Use the horde common-header template when creating prefs screen
authorMichael Slusarz <slusarz@curecanti.org>
Sun, 14 Feb 2010 22:01:50 +0000 (15:01 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 15 Feb 2010 20:29:39 +0000 (13:29 -0700)
framework/Prefs/lib/Horde/Prefs/Ui.php

index 34dd3c9..c7fa086 100644 (file)
@@ -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')) {