minor modif items

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@126 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
ericdane 2008-05-13 18:00:42 +00:00
parent 4ec8b47558
commit 4375f8eff7

View file

@ -40,7 +40,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 $TEMPLATES_DIR = dirname(__FILE__) .'/templates/'; #directory where the template files (*.tpl.php) should be loaded from
$top_include = 'top.inc.php'; # header file $top_include = 'top.inc.php'; # header file
$bottom_include = 'bottom.inc.php'; # footer file $bottom_include = 'bottom.inc.php'; # footer file
$index_sidebar_blocks = array('search','users','linked','recent'); # sidebar blocks order $index_sidebar_blocks = array('search','menu','users','recent'); # sidebar blocks order
### Bookmarks ### ### Bookmarks ###
$shortdate = 'd-m-Y'; # format of short dates. $shortdate = 'd-m-Y'; # format of short dates.