From: Michael M Slusarz Date: Fri, 9 Jul 2010 17:00:19 +0000 (-0600) Subject: Was wondering why I had a 150px gap on every page X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7c348a50499e67a0618208e755b4794b28f6fef6;p=horde.git Was wondering why I had a 150px gap on every page --- diff --git a/horde/services/portal/sidebar.php b/horde/services/portal/sidebar.php index 3003d8297..a4f0d718f 100644 --- a/horde/services/portal/sidebar.php +++ b/horde/services/portal/sidebar.php @@ -282,7 +282,9 @@ if (!Horde_Util::getFormData('ajaxui') && ($GLOBALS['registry']->getAuth() && $GLOBALS['prefs']->getValue('show_sidebar')))) { sidebar(); + echo '
'; +} else { + echo '
'; } $GLOBALS['sidebarLoaded'] = true; -echo '
';