summaryrefslogtreecommitdiffstatshomepage
path: root/bookmarks.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-06-18 15:02:52 +0000
committerGravatar mensonge2009-06-18 15:02:52 +0000
commit71a057721f5de8330b5bdd1775089abddbdb9d76 (patch)
tree8ae69ca694b02888e2a6fbc8d279d40d4326625b /bookmarks.php
parent69415a631fd20a124d4b1955932cd3d7f634ef46 (diff)
downloadscuttle-71a057721f5de8330b5bdd1775089abddbdb9d76.tar.gz
scuttle-71a057721f5de8330b5bdd1775089abddbdb9d76.zip
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
Diffstat (limited to 'bookmarks.php')
-rw-r--r--bookmarks.php1
1 files changed, 1 insertions, 0 deletions
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');