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
This commit is contained in:
mensonge 2009-06-18 15:02:52 +00:00
parent 69415a631f
commit 71a057721f

View file

@ -223,6 +223,7 @@ if ($templatename == 'editbookmark.tpl') {
$cat = NULL; $cat = NULL;
$tplVars['currenttag'] = NULL; $tplVars['currenttag'] = NULL;
//$tplVars['sidebar_blocks'][] = 'menu2'; //$tplVars['sidebar_blocks'][] = 'menu2';
$tplVars['sidebar_blocks'][] = 'linked';
$tplVars['sidebar_blocks'][] = 'popular'; $tplVars['sidebar_blocks'][] = 'popular';
} else { //pages with tags } else { //pages with tags
$rssCat = '/'. filter($cat, 'url'); $rssCat = '/'. filter($cat, 'url');