diff options
| author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-23 17:17:28 +0000 | 
|---|---|---|
| committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-23 17:17:28 +0000 | 
| commit | 63dc7fee8e73f65137ba191b7419dd5a8666b63f (patch) | |
| tree | 2b653d278d8b6875fca25072d1a170f4a826c8f0 /config.inc.php.example | |
| parent | cf1d99a5eab357c13bc9a8e880621787db8f55a3 (diff) | |
| download | semanticscuttle-63dc7fee8e73f65137ba191b7419dd5a8666b63f.tar.gz semanticscuttle-63dc7fee8e73f65137ba191b7419dd5a8666b63f.tar.bz2  | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@295 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 bbe6db4..85d1b0a 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -83,7 +83,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) +$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.  ### Search ###  $sizeSearchHistory = 10; # number of users' searches that are saved {1..10[Default]..-1[Unlimited]}  | 
