summaryrefslogtreecommitdiffstatshomepage
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorGravatar mensonge2009-01-06 14:22:10 +0000
committerGravatar mensonge2009-01-06 14:22:10 +0000
commitd453ece0147e7a3e04a8614da4a68071a04087f8 (patch)
treea93409a96e9c66542995b2611fe3d5e1750a43ef /config.inc.php.example
parentf3c241bd1dd577e001e2a3384f45d0314a99c92c (diff)
downloadscuttle-d453ece0147e7a3e04a8614da4a68071a04087f8.tar.gz
scuttle-d453ece0147e7a3e04a8614da4a68071a04087f8.zip
Minor fix: add menu2 as default box in index page.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@214 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 86d7c86..df4c615 100644
--- a/config.inc.php.example
+++ b/config.inc.php.example
@@ -39,7 +39,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','menu','users','recent'); # sidebar blocks order
+$index_sidebar_blocks = array('search','menu2','menu','users','recent'); # sidebar blocks order (see below $menu2Tags for item of menu2)
### Bookmarks ###
$shortdate = 'd-m-Y'; # format of short dates.