From 3e2854611b5d73687a701b24dc58fd56d79be09d Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 17 Apr 2008 08:02:09 +0000 Subject: New feature: menu box which displays tags included into the special tag menu [Config modified] git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@105 b3834d28-1941-0410-a4f8-b48e95affb8f --- bookmarks.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bookmarks.php') diff --git a/bookmarks.php b/bookmarks.php index ff1d65b..285f29a 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -168,12 +168,11 @@ if ($templatename == 'editbookmark.tpl') { } } else if ($user && !isset($_GET['popup'])) { - $tplVars['sidebar_blocks'] = array('profile', 'watchstatus'); + $tplVars['sidebar_blocks'] = array('profile', 'watchstatus', 'menu'); if (!$cat) { $cat = NULL; - $tplVars['currenttag'] = NULL; - $tplVars['sidebar_blocks'][] = 'linked'; //test + $tplVars['currenttag'] = NULL; } else { $rssCat = '/'. filter($cat, 'url'); $tplVars['currenttag'] = $cat; -- cgit v1.2.3-54-g00ecf