set the app_name value
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 11 Sep 2010 15:09:49 +0000 (11:09 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 11 Sep 2010 15:09:49 +0000 (11:09 -0400)
horde/lib/Prefs/Ui.php

index e54d8ce..9faf6f5 100644 (file)
@@ -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'));