diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-26 14:17:09 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-26 14:17:09 +0000 |
commit | 9e9dbb580e0d2a3c328a582e834bd783611f4429 (patch) | |
tree | 753f87c50cc59d953fd29450be9ac38ca6eb4d7f /config.inc.php.example | |
parent | 3f31eca333dd53aa6c7ce7b9abb8b3d80578e5ce (diff) | |
download | semanticscuttle-9e9dbb580e0d2a3c328a582e834bd783611f4429.tar.gz semanticscuttle-9e9dbb580e0d2a3c328a582e834bd783611f4429.tar.bz2 |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@336 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r-- | config.inc.php.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example index d626f1f..d5e1e7c 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('example', 'of', 'menu', 'tags'); # list of tags used by menu2 sidebar box (void list = hidden menu2 box). menu2 displays linked tags just belonging to admins. +$menu2Tags = array('menutags', 'configurable', 'in', 'config.inc.php'); # 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]} |