diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-06 14:22:10 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-06 14:22:10 +0000 |
commit | d453ece0147e7a3e04a8614da4a68071a04087f8 (patch) | |
tree | a93409a96e9c66542995b2611fe3d5e1750a43ef | |
parent | f3c241bd1dd577e001e2a3384f45d0314a99c92c (diff) | |
download | semanticscuttle-d453ece0147e7a3e04a8614da4a68071a04087f8.tar.gz semanticscuttle-d453ece0147e7a3e04a8614da4a68071a04087f8.tar.bz2 |
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
-rw-r--r-- | config.inc.php.example | 2 |
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. |