forked from leftypol/leftypol
Backport vichan 5.1.5 catalog implementation, enabling mod catalog.
This commit is contained in:
parent
264c10cf2a
commit
2efd67ef85
7 changed files with 106 additions and 291 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue