summaryrefslogtreecommitdiffstatshomepage
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-20 13:42:03 +0000
committerGravatar mensonge2008-11-20 13:42:03 +0000
commit3c685aa352587b752af61c6e80b1645ca3830316 (patch)
tree1e0782ec1ba91c8bdf5706cb20d702fa261f9be2 /config.inc.php.example
parent54991bce619b2840452594e8a78004b7389445ed (diff)
downloadscuttle-3c685aa352587b752af61c6e80b1645ca3830316.tar.gz
scuttle-3c685aa352587b752af61c6e80b1645ca3830316.zip
New feature: Dynamic tree of tags using Dojo toolkit (used by a menu2 sidebar box) [Config file modified: ]
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@165 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r--config.inc.php.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.inc.php.example b/config.inc.php.example
index 9966286..47e314e 100644
--- a/config.inc.php.example
+++ b/config.inc.php.example
@@ -79,6 +79,7 @@ $thumbnailsKey = ''; #then artviper.net send you a UserId and a secretKey
$enableCommonTagDescription = true; # enableCommonTagDescription {true, false}
$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)
### Other ###
$sizeSearchHistory = 10; # number of users' searches that are saved {1..10[Default]..-1[Unlimited]}