From 0bfd4e4d3f4fa3db0b2de50277b0cfbddcf6efdf Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 11 Jan 2008 09:34:32 +0000 Subject: Interface design: structured tags on frontpage and tag pages + permission control added to add and delete tag links git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@10 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 b760bd7..fe55e59 100644 --- a/index.php +++ b/index.php @@ -67,7 +67,7 @@ $dtstart = date('Y-m-d H:i:s', strtotime($dtend .' -'. $defaultRecentDays .' day $tplVars['page'] = $page; $tplVars['start'] = $start; $tplVars['popCount'] = 30; -$tplVars['sidebar_blocks'] = array('recent'); +$tplVars['sidebar_blocks'] = array('linked', 'recent'); $tplVars['range'] = 'all'; $tplVars['pagetitle'] = T_('Store, share and tag your favourite links'); $tplVars['subtitle'] = T_('Recent Bookmarks'); @@ -84,4 +84,4 @@ if ($usecache) { // Cache output if existing copy has expired $cacheservice->End($hash); } -?> \ No newline at end of file +?> -- cgit v1.2.3