Backport vichan 5.1.5 catalog implementation, enabling mod catalog.

This commit is contained in:
Zankaria 2024-01-24 12:59:56 +01:00
parent 264c10cf2a
commit 2efd67ef85
7 changed files with 106 additions and 291 deletions

View file

@ -1260,6 +1260,7 @@
// Location of files.
$config['file_index'] = 'index.html';
$config['file_page'] = '%d.html'; // NB: page is both an index page and a thread
$config['file_catalog'] = 'catalog.html';
$config['file_page50'] = '%d+50.html';
$config['file_page_slug'] = '%d-%s.html';
$config['file_page50_slug'] = '%d-%s+50.html';