diff options
Diffstat (limited to 'bookmarks.php')
| -rw-r--r-- | bookmarks.php | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/bookmarks.php b/bookmarks.php index ff1d65b..285f29a 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -168,12 +168,11 @@ if ($templatename == 'editbookmark.tpl') {      }  } else if ($user && !isset($_GET['popup'])) { -    $tplVars['sidebar_blocks'] = array('profile', 'watchstatus'); +    $tplVars['sidebar_blocks'] = array('profile', 'watchstatus', 'menu');      if (!$cat) {          $cat = NULL; -        $tplVars['currenttag'] = NULL;  -	$tplVars['sidebar_blocks'][] = 'linked'; //test +        $tplVars['currenttag'] = NULL;      } else {          $rssCat = '/'. filter($cat, 'url');          $tplVars['currenttag'] = $cat;  | 
