diff options
Diffstat (limited to 'config.inc.php.example')
-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. |