]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Bug fix: correct menu configuration on index page
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 10 Apr 2008 09:32:18 +0000 (09:32 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 10 Apr 2008 09:32:18 +0000 (09:32 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@101 b3834d28-1941-0410-a4f8-b48e95affb8f

index.php

index 14bad7be24351ea32bb2483e8b9a79dcd96546e1..41b1a0549c0ce3cd4033adfeb9a6a142c7692caf 100644 (file)
--- a/index.php
+++ b/index.php
@@ -67,8 +67,8 @@ $dtend = date('Y-m-d H:i:s', strtotime('tomorrow'));
 $tplVars['page'] = $page;
 $tplVars['start'] = $start;
 $tplVars['popCount'] = 30;
-/*$tplVars['sidebar_blocks'] = array('search', 'users', 'linked', 'recent');*/
-$tplVars['sidebar_blocks'] = $_GLOBAL["index_sidebar_blocks"];;
+//$tplVars['sidebar_blocks'] = array('search', 'users', 'linked', 'recent');
+$tplVars['sidebar_blocks'] = $GLOBALS["index_sidebar_blocks"];
 $tplVars['range'] = 'all';
 $tplVars['pagetitle'] = T_('Store, share and tag your favourite links');
 $tplVars['subtitle'] = T_('Recent Bookmarks');