projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e8734
)
set the app_name value
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 11 Sep 2010 15:09:49 +0000
(11:09 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 11 Sep 2010 15:09:49 +0000
(11:09 -0400)
horde/lib/Prefs/Ui.php
patch
|
blob
|
history
diff --git
a/horde/lib/Prefs/Ui.php
b/horde/lib/Prefs/Ui.php
index
e54d8ce
..
9faf6f5
100644
(file)
--- 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'));