projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98b6c88
)
fix menu display
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 9 Sep 2010 21:27:22 +0000
(17:27 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 10 Sep 2010 23:46:54 +0000
(19:46 -0400)
ansel/img/upload.php
patch
|
blob
|
history
diff --git
a/ansel/img/upload.php
b/ansel/img/upload.php
index
0722651
..
d4225d0
100644
(file)
--- a/
ansel/img/upload.php
+++ b/
ansel/img/upload.php
@@
-42,7
+42,7
@@
$nojs = $view->handleNoJs();
$title = _("Add Photo");
require ANSEL_TEMPLATES . '/common-header.inc';
-
require ANSEL_TEMPLATES . '/menu.inc'
;
+
echo Horde::menu()
;
echo '<div class="header" id="galleryHeader"><span class="breadcrumbs">' . Ansel::getBreadCrumbs($gallery) . '</span></div>';
require ANSEL_TEMPLATES . '/image/plupload.inc';
require $registry->get('templates', 'horde') . '/common-footer.inc';