Interface design: modify right menu order
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@9 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
5dc06c320a
commit
cfbf95ebe5
1 changed files with 1 additions and 1 deletions
|
@ -177,9 +177,9 @@ if ($templatename == 'editbookmark.tpl') {
|
||||||
} else {
|
} else {
|
||||||
$rssCat = '/'. filter($cat, 'url');
|
$rssCat = '/'. filter($cat, 'url');
|
||||||
$tplVars['currenttag'] = $cat;
|
$tplVars['currenttag'] = $cat;
|
||||||
|
$tplVars['sidebar_blocks'][] = 'tagactions';
|
||||||
$tplVars['sidebar_blocks'][] = 'linked';
|
$tplVars['sidebar_blocks'][] = 'linked';
|
||||||
$tplVars['sidebar_blocks'][] = 'related';
|
$tplVars['sidebar_blocks'][] = 'related';
|
||||||
$tplVars['sidebar_blocks'][] = 'tagactions';
|
|
||||||
}
|
}
|
||||||
$tplVars['popCount'] = 30;
|
$tplVars['popCount'] = 30;
|
||||||
$tplVars['sidebar_blocks'][] = 'popular';
|
$tplVars['sidebar_blocks'][] = 'popular';
|
||||||
|
|
Loading…
Reference in a new issue