aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-01-11 12:55:10 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-01-11 12:55:10 +0000
commit3265b349197a07152dd0650444c205a267697228 (patch)
treee5ef8a29fdb07075a70bc9b142d3d3db5cc552b9 /index.php
parentff4f55fb5f7575fe6e629e782232c5eb0df4c8f8 (diff)
downloadsemanticscuttle-3265b349197a07152dd0650444c205a267697228.tar.gz
semanticscuttle-3265b349197a07152dd0650444c205a267697228.tar.bz2
new feature: creation of a page listing all users and a user block on the front page
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@12 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index aa9ba05..17e7e0a 100644
--- a/index.php
+++ b/index.php
@@ -67,7 +67,7 @@ $dtend = date('Y-m-d H:i:s', strtotime('tomorrow'));
$tplVars['page'] = $page;
$tplVars['start'] = $start;
$tplVars['popCount'] = 30;
-$tplVars['sidebar_blocks'] = array('linked', 'recent');
+$tplVars['sidebar_blocks'] = array('users', 'linked', 'recent');
$tplVars['range'] = 'all';
$tplVars['pagetitle'] = T_('Store, share and tag your favourite links');
$tplVars['subtitle'] = T_('Recent Bookmarks');