modif tplVars_sidebar_blocks to GLOBAL_index_sidebar_blocks

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@99 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
ericdane 2008-04-09 08:26:14 +00:00
parent e0b7195278
commit 5a98ec2f88

View file

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