From d453ece0147e7a3e04a8614da4a68071a04087f8 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 6 Jan 2009 14:22:10 +0000 Subject: 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 --- config.inc.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf