From: Michael J. Rubinsky Date: Thu, 30 Dec 2010 19:46:24 +0000 (-0500) Subject: no more app specific common-header.inc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8a5171185698be4546bef990f3852d0b6162d56f;p=horde.git no more app specific common-header.inc --- diff --git a/ansel/map_edit.php b/ansel/map_edit.php index eb0c172ee..6e77e7757 100644 --- 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 '
' . sprintf(_("Update position of %s"), $image->filename) . '
'; echo $html; require $registry->get('templates', 'horde') . '/common-footer.inc';