summaryrefslogtreecommitdiffstatshomepage
path: root/index.php
diff options
context:
space:
mode:
authorGravatar ericdane2008-04-09 08:26:14 +0000
committerGravatar ericdane2008-04-09 08:26:14 +0000
commit5a98ec2f889d1980a3c4b21ceea2e5aec5091932 (patch)
tree7ca9dcb2f72105bb543ff4f7fdcf9fd5ed818846 /index.php
parente0b7195278beb9c67267fc1311808d4c6b97d3d1 (diff)
downloadscuttle-5a98ec2f889d1980a3c4b21ceea2e5aec5091932.tar.gz
scuttle-5a98ec2f889d1980a3c4b21ceea2e5aec5091932.zip
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
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index e3125aa..14bad7b 100644
--- 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');