From: Michael J. Rubinsky Date: Sat, 11 Sep 2010 15:09:49 +0000 (-0400) Subject: set the app_name value X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=243c4ec7141cd7ba2dd87d51ceed4e335228ce32;p=horde.git set the app_name value --- diff --git a/horde/lib/Prefs/Ui.php b/horde/lib/Prefs/Ui.php index e54d8ce67..9faf6f576 100644 --- a/horde/lib/Prefs/Ui.php +++ b/horde/lib/Prefs/Ui.php @@ -460,6 +460,7 @@ class Horde_Prefs_Ui $t = $GLOBALS['injector']->createInstance('Horde_Template'); $t->setOption('gettext', true); $t->set('css_link', $GLOBALS['registry']->get('themesuri', 'horde') . '/facebook.css'); + $t->set('app_name', $GLOBALS['registry']->get('name', 'horde')); /* Check for facebook session */ $fbp = unserialize($prefs->getValue('facebook'));