From c86caa886656c5588da416b54c1c1bf62aaf3d74 Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 10 Apr 2008 09:32:18 +0000 Subject: Bug fix: correct menu configuration on index page git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@101 b3834d28-1941-0410-a4f8-b48e95affb8f --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 14bad7b..41b1a05 100644 --- 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'); -- cgit v1.2.3-54-g00ecf