]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
move profile block to the aside
authorEvan Prodromou <evan@status.net>
Mon, 14 Mar 2011 20:18:03 +0000 (15:18 -0500)
committerEvan Prodromou <evan@status.net>
Wed, 16 Mar 2011 13:57:09 +0000 (09:57 -0400)
lib/action.php

index aa85c40f22fdbd1a41b529c9c1f62131bb57a08c..51d7e8923e6f0d5952f09006539735c7cea8ddd8 100644 (file)
@@ -717,7 +717,6 @@ class Action extends HTMLOutputter // lawsuit
         // all menus
         $this->elementStart('div', array('id' => 'site_nav_local_views'));
         // Cheat cheat cheat!
-        $this->showProfileBlock();
         $this->showLocalNav();
         $this->elementEnd('div');
     }
@@ -879,6 +878,7 @@ class Action extends HTMLOutputter // lawsuit
     {
         $this->elementStart('div', array('id' => 'aside_primary',
                                          'class' => 'aside'));
+        $this->showProfileBlock();
         if (Event::handle('StartShowObjectNavBlock', array($this))) {
             $this->showObjectNavBlock();
             Event::handle('EndShowObjectNavBlock', array($this));