Fix order of body and menuBottom.
authorJan Schneider <jan@horde.org>
Sat, 26 Jun 2010 13:59:18 +0000 (15:59 +0200)
committerJan Schneider <jan@horde.org>
Sat, 26 Jun 2010 13:59:18 +0000 (15:59 +0200)
whups/templates/menu.inc

index 8bcef74..e2414d7 100644 (file)
@@ -8,6 +8,6 @@
  <br class="clear" />
 </div>
 </form>
-<?php echo Horde_Util::nonInputVar('menuBottom'); ?>
 <?php require HORDE_BASE . '/services/portal/sidebar.php'; ?>
+<?php echo Horde_Util::nonInputVar('menuBottom'); ?>
 <?php $GLOBALS['notification']->notify(array('listeners' => 'status')) ?>