projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d1fc7
)
no more app specific common-header.inc
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 30 Dec 2010 19:46:24 +0000
(14:46 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 30 Dec 2010 19:46:24 +0000
(14:46 -0500)
ansel/map_edit.php
patch
|
blob
|
history
diff --git
a/ansel/map_edit.php
b/ansel/map_edit.php
index
eb0c172
..
6e77e77
100644
(file)
--- a/
ansel/map_edit.php
+++ b/
ansel/map_edit.php
@@
-147,7
+147,7
@@
$injector->getInstance('Horde_Core_Factory_Imple')->create(array('ansel', 'Locat
//$html .= Horde_Util::bufferOutput(array($ac, 'attach'));
/* Start the output */
-include
ANSEL_TEMPLATES
. '/common-header.inc';
+include
$registry->get('templates', 'horde')
. '/common-header.inc';
echo '<div class="header">' . sprintf(_("Update position of %s"), $image->filename) . '</div>';
echo $html;
require $registry->get('templates', 'horde') . '/common-footer.inc';