From 71a057721f5de8330b5bdd1775089abddbdb9d76 Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 18 Jun 2009 15:02:52 +0000 Subject: Interface fix: put linkedtags box on bookmarks page. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@342 b3834d28-1941-0410-a4f8-b48e95affb8f --- bookmarks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bookmarks.php b/bookmarks.php index ab9d5bb..a5f384e 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -223,6 +223,7 @@ if ($templatename == 'editbookmark.tpl') { $cat = NULL; $tplVars['currenttag'] = NULL; //$tplVars['sidebar_blocks'][] = 'menu2'; + $tplVars['sidebar_blocks'][] = 'linked'; $tplVars['sidebar_blocks'][] = 'popular'; } else { //pages with tags $rssCat = '/'. filter($cat, 'url'); -- cgit v1.2.3