From: mensonge Date: Tue, 6 Jan 2009 14:22:10 +0000 (+0000) Subject: Minor fix: add menu2 as default box in index page. X-Git-Tag: v0.94~170 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d453ece0147e7a3e04a8614da4a68071a04087f8;p=semanticscuttle.git 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 --- 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.