diff options
Diffstat (limited to 'bookmarks.php')
| -rw-r--r-- | bookmarks.php | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/bookmarks.php b/bookmarks.php index cc5eba4..b397c6c 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -173,9 +173,11 @@ if ($templatename == 'editbookmark.tpl') {      if (!$cat) {          $cat = NULL;          $tplVars['currenttag'] = NULL;  +	$tplVars['sidebar_blocks'][] = 'linked'; //test      } else {          $rssCat = '/'. filter($cat, 'url');          $tplVars['currenttag'] = $cat; +	$tplVars['sidebar_blocks'][] = 'linked';          $tplVars['sidebar_blocks'][] = 'related';          $tplVars['sidebar_blocks'][] = 'tagactions';      } | 
