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:
parent
69415a631f
commit
71a057721f
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue