diff options
Diffstat (limited to 'bookmarks.php')
-rw-r--r-- | bookmarks.php | 1 |
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'); |