summaryrefslogtreecommitdiff
path: root/config.inc.php.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.inc.php.example')
-rw-r--r--config.inc.php.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example
index dad6155..76bd93f 100644
--- a/config.inc.php.example
+++ b/config.inc.php.example
@@ -43,7 +43,7 @@ $top_include = 'top.inc.php';
# bottom_include: The footer file.
$bottom_include = 'bottom.inc.php';
# sidebar block index : array ordering blocks search, users, linked, recent
-$index_sidebar_blocks = array('search','users','linked','recent');
+$index_sidebar_blocks = array('search', 'menu', 'recent', 'users');
# shortdate: The format of short dates.
# longdate: The format of long dates.
@@ -137,6 +137,11 @@ $enableCommonBookmarkDescription = true;
$enableWebsiteThumbnails = true;
$sizeSearchHistory = 10;
+# name of the tag whose subtags will appear into the menu box
+$menuTag = 'menu';
+# maximum number of items (tags) appearing into menu box
+$maxSizeMenuBlock = 7;
+
include_once('debug.inc.php');
?>