diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-07 15:13:16 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-07 15:13:16 +0000 |
commit | 32398ee61bf5fec93f2a0236149eb44db72768d2 (patch) | |
tree | 482f01d3c75d5e7793bf4755fb93277f48b3b28c /config.inc.php.example | |
parent | d68d3dc525b942460c4a5a1b10273c128278a837 (diff) | |
download | semanticscuttle-32398ee61bf5fec93f2a0236149eb44db72768d2.tar.gz semanticscuttle-32398ee61bf5fec93f2a0236149eb44db72768d2.tar.bz2 |
New Feature: special colors on admin page and bookmarks allowing to mark a difference with bookmarks from normal users. [Config file modified: ]
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@223 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r-- | config.inc.php.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example index df4c615..56cf957 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -82,9 +82,11 @@ $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 ### +### Search ### $sizeSearchHistory = 10; # number of users' searches that are saved {1..10[Default]..-1[Unlimited]} $enableGoogleCustomSearch = true; #Enable Google Search Engine into "gsearch/" folder +### Other ### +$enableAdminColors = true; #Enables special colors on admin pages and bookmarks marking the difference with normal user. ?> |