From 3e2854611b5d73687a701b24dc58fd56d79be09d Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 17 Apr 2008 08:02:09 +0000 Subject: New feature: menu box which displays tags included into the special tag menu [Config modified] git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@105 b3834d28-1941-0410-a4f8-b48e95affb8f --- config.inc.php.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config.inc.php.example') 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'); ?> -- cgit v1.2.3-54-g00ecf