Merge pull request #932 from Zankaria/config-ctalog

Do not show catalog link by default
This commit is contained in:
Lorenzo Yario 2025-04-24 23:53:48 -05:00 committed by GitHub
commit 6e5b83274a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1150,8 +1150,10 @@
// Show page navigation links at the top as well. // Show page navigation links at the top as well.
$config['page_nav_top'] = false; $config['page_nav_top'] = false;
// Show "Catalog" link in page navigation. Use with the Catalog theme. Set to false to disable. // Link to the catalog page in page navigation, relative to the board. Use with the Catalog theme.
$config['catalog_link'] = 'catalog.html'; // 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. // Board categories. Only used in the "Categories" theme.
// $config['categories'] = array( // $config['categories'] = array(