From f242cf0e58bc169c51dac6a6486df01b436add23 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 14 Mar 2011 15:18:03 -0500 Subject: [PATCH] move profile block to the aside --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/action.php b/lib/action.php index aa85c40f22..51d7e8923e 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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)); -- 2.39.2