summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar mensonge2009-05-26 14:18:20 +0000
committerGravatar mensonge2009-05-26 14:18:20 +0000
commitab7d79e4c0a9f5a6bb2b1cc2a4608b47670724ef (patch)
tree7b4ca70eac0ddce66c63c2bdd62f05bf3f1fbc3d
parent87763e5536a68ac9ae402b5e3c859c0da5a9fe24 (diff)
downloadscuttle-ab7d79e4c0a9f5a6bb2b1cc2a4608b47670724ef.tar.gz
scuttle-ab7d79e4c0a9f5a6bb2b1cc2a4608b47670724ef.zip
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@338 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r--config.inc.php.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example
index a9b9412..fddfe29 100644
--- a/config.inc.php.example
+++ b/config.inc.php.example
@@ -90,7 +90,7 @@ $enableCommonTagDescription = true; # enableCommonTagDescription {true, false}
$enableCommonTagDescriptionEditedByAll = true; #true mean everybody can edit common description. Else just the admins can do it.
$menuTag = 'menu'; # name of the tag whose subtags will appear into the menu box
$maxSizeMenuBlock = 7; # maximum number of items (tags) appearing into menu box
-$menu2Tags = array('menutags', 'configurable', 'in', 'configincphp'); # list of tags used by menu2 sidebar box (void list = hidden menu2 box). menu2 displays linked tags just belonging to admins.
+$menu2Tags = array('menu2', 'tags', 'configurable', 'in', 'configincphp'); # list of tags used by menu2 sidebar box (void list = hidden menu2 box). menu2 displays linked tags just belonging to admins.
### Search ###
$sizeSearchHistory = 10; # number of users' searches that are saved {1..10[Default]..-1[Unlimited]}