projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a33b0
)
Fix order of body and menuBottom.
author
Jan Schneider
<jan@horde.org>
Sat, 26 Jun 2010 13:59:18 +0000
(15:59 +0200)
committer
Jan Schneider
<jan@horde.org>
Sat, 26 Jun 2010 13:59:18 +0000
(15:59 +0200)
whups/templates/menu.inc
patch
|
blob
|
history
diff --git
a/whups/templates/menu.inc
b/whups/templates/menu.inc
index
8bcef74
..
e2414d7
100644
(file)
--- a/
whups/templates/menu.inc
+++ b/
whups/templates/menu.inc
@@
-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')) ?>