Interface design: re-order boxes
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@109 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
246370a302
commit
80f3ac59b2
1 changed files with 3 additions and 1 deletions
|
@ -168,17 +168,19 @@ if ($templatename == 'editbookmark.tpl') {
|
|||
}
|
||||
} else if ($user && !isset($_GET['popup'])) {
|
||||
|
||||
$tplVars['sidebar_blocks'] = array('profile', 'watchstatus', 'menu');
|
||||
$tplVars['sidebar_blocks'] = array('profile', 'watchstatus');
|
||||
|
||||
if (!$cat) {
|
||||
$cat = NULL;
|
||||
$tplVars['currenttag'] = NULL;
|
||||
$tplVars['sidebar_blocks'][] = 'menu';
|
||||
} else {
|
||||
$rssCat = '/'. filter($cat, 'url');
|
||||
$tplVars['currenttag'] = $cat;
|
||||
$tplVars['sidebar_blocks'][] = 'tagactions';
|
||||
$tplVars['sidebar_blocks'][] = 'linked';
|
||||
$tplVars['sidebar_blocks'][] = 'related';
|
||||
$tplVars['sidebar_blocks'][] = 'menu';
|
||||
}
|
||||
$tplVars['popCount'] = 30;
|
||||
$tplVars['sidebar_blocks'][] = 'popular';
|
||||
|
|
Loading…
Reference in a new issue