summaryrefslogtreecommitdiffstatshomepage
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorGravatar ericdane2008-05-13 18:00:42 +0000
committerGravatar ericdane2008-05-13 18:00:42 +0000
commit4375f8eff73a49bebc564931b08ad569cd86299c (patch)
tree3b8c0de395697383117eb313f1828a9d3e59af97 /config.inc.php.example
parent4ec8b47558aef0984eb65aec818b2839ced40fdf (diff)
downloadscuttle-4375f8eff73a49bebc564931b08ad569cd86299c.tar.gz
scuttle-4375f8eff73a49bebc564931b08ad569cd86299c.zip
minor modif items
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@126 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-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 24d155e..bf3fd2b 100644
--- a/config.inc.php.example
+++ b/config.inc.php.example
@@ -40,7 +40,7 @@ $antispamAnswer = 'semanticscuttle'; # antispamAnswer: The answer to the questio
$TEMPLATES_DIR = dirname(__FILE__) .'/templates/'; #directory where the template files (*.tpl.php) should be loaded from
$top_include = 'top.inc.php'; # header file
$bottom_include = 'bottom.inc.php'; # footer file
-$index_sidebar_blocks = array('search','users','linked','recent'); # sidebar blocks order
+$index_sidebar_blocks = array('search','menu','users','recent'); # sidebar blocks order
### Bookmarks ###
$shortdate = 'd-m-Y'; # format of short dates.