From 4faf03ea6cc37534f1d5c959999f948079cffce0 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 23 Apr 2025 21:49:27 +0200 Subject: [PATCH] config.php: change catalog_link default to disabled --- inc/config.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index c6e84cd2..96578288 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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 //catalog.html + $config['catalog_link'] = false; // Board categories. Only used in the "Categories" theme. // $config['categories'] = array(