From 8a5171185698be4546bef990f3852d0b6162d56f Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 30 Dec 2010 14:46:24 -0500 Subject: [PATCH] no more app specific common-header.inc --- ansel/map_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.11.0