]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
modif tplVars_sidebar_blocks to GLOBAL_index_sidebar_blocks
authorericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 9 Apr 2008 08:26:14 +0000 (08:26 +0000)
committerericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 9 Apr 2008 08:26:14 +0000 (08:26 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@99 b3834d28-1941-0410-a4f8-b48e95affb8f

index.php

index e3125aa4aac815a535814067f5a56b8f58507413..14bad7be24351ea32bb2483e8b9a79dcd96546e1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -67,7 +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'] = array('search', 'users', 'linked', 'recent');*/
+$tplVars['sidebar_blocks'] = $_GLOBAL["index_sidebar_blocks"];;
 $tplVars['range'] = 'all';
 $tplVars['pagetitle'] = T_('Store, share and tag your favourite links');
 $tplVars['subtitle'] = T_('Recent Bookmarks');