]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Interface design: re-order boxes
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 17 Apr 2008 09:32:24 +0000 (09:32 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 17 Apr 2008 09:32:24 +0000 (09:32 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@109 b3834d28-1941-0410-a4f8-b48e95affb8f

bookmarks.php

index 285f29afae386ec5d1e9da1983b49c980ce48075..2adb7bbc4efcfb97eb6f026d45e13704b8179ea1 100644 (file)
@@ -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';