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
@ -177,9 +177,9 @@ if ($templatename == 'editbookmark.tpl') {
|
||||
} else {
|
||||
$rssCat = '/'. filter($cat, 'url');
|
||||
$tplVars['currenttag'] = $cat;
|
||||
$tplVars['sidebar_blocks'][] = 'tagactions';
|
||||
$tplVars['sidebar_blocks'][] = 'linked';
|
||||
$tplVars['sidebar_blocks'][] = 'related';
|
||||
$tplVars['sidebar_blocks'][] = 'tagactions';
|
||||
}
|
||||
$tplVars['popCount'] = 30;
|
||||
$tplVars['sidebar_blocks'][] = 'popular';
|
||||
|
Loading…
Reference in New Issue
Block a user