forked from GithubBackups/vichan
Merge pull request #932 from Zankaria/config-ctalog
Do not show catalog link by default
This commit is contained in:
commit
6e5b83274a
@ -1150,8 +1150,10 @@
|
||||
// Show page navigation links at the top as well.
|
||||
$config['page_nav_top'] = false;
|
||||
|
||||
// Show "Catalog" link in page navigation. Use with the Catalog theme. Set to false to disable.
|
||||
$config['catalog_link'] = 'catalog.html';
|
||||
// Link to the catalog page in page navigation, relative to the board. Use with the Catalog theme.
|
||||
// Set to false to disable.
|
||||
// Usually you will set this to 'catalog.html' to link to /<board>/catalog.html
|
||||
$config['catalog_link'] = false;
|
||||
|
||||
// Board categories. Only used in the "Categories" theme.
|
||||
// $config['categories'] = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user