forked from GithubBackups/vichan
Uncommenting catalog_link, it is now required
`$config['catalog_link']` is now required because `templates/main.js` uses it.
This commit is contained in:
parent
94f2fae196
commit
795b2646ea
@ -897,7 +897,7 @@
|
|||||||
$config['page_nav_top'] = false;
|
$config['page_nav_top'] = false;
|
||||||
|
|
||||||
// Show "Catalog" link in page navigation. Use with the Catalog theme.
|
// Show "Catalog" link in page navigation. Use with the Catalog theme.
|
||||||
// $config['catalog_link'] = 'catalog.html';
|
$config['catalog_link'] = 'catalog.html';
|
||||||
|
|
||||||
// Board categories. Only used in the "Categories" theme.
|
// Board categories. Only used in the "Categories" theme.
|
||||||
// $config['categories'] = array(
|
// $config['categories'] = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user