From: Michael Slusarz Date: Sun, 14 Feb 2010 22:01:50 +0000 (-0700) Subject: Use the horde common-header template when creating prefs screen X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=af62e32af17f8a3cc05142a742523389197d6cb0;p=horde.git Use the horde common-header template when creating prefs screen --- diff --git a/framework/Prefs/lib/Horde/Prefs/Ui.php b/framework/Prefs/lib/Horde/Prefs/Ui.php index 34dd3c9ff..c7fa086b6 100644 --- a/framework/Prefs/lib/Horde/Prefs/Ui.php +++ b/framework/Prefs/lib/Horde/Prefs/Ui.php @@ -300,7 +300,7 @@ class Horde_Prefs_Ui } $GLOBALS['bodyId'] = 'services_prefs'; if (!$chunk) { - require $registry->get('templates', $app) . '/common-header.inc'; + require $registry->get('templates', 'horde') . '/common-header.inc'; if (empty($_SESSION['horde_prefs']['nomenu'])) { if ($registry->hasAppMethod($app, 'prefsMenu')) {