From: mensonge Date: Thu, 18 Jun 2009 15:02:52 +0000 (+0000) Subject: Interface fix: put linkedtags box on bookmarks page. X-Git-Tag: v0.94~42 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=71a057721f5de8330b5bdd1775089abddbdb9d76;p=semanticscuttle.git 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 --- 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');