projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00ab09d
)
Horde_Nls::$config -> $registry->config
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 15 Jul 2010 15:36:03 +0000
(11:36 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 15 Jul 2010 15:36:03 +0000
(11:36 -0400)
horde/services/portal/sidebar.php
patch
|
blob
|
history
diff --git
a/horde/services/portal/sidebar.php
b/horde/services/portal/sidebar.php
index
433c7d7
..
cbefb1d
100644
(file)
--- a/
horde/services/portal/sidebar.php
+++ b/
horde/services/portal/sidebar.php
@@
-266,7
+266,7
@@
function sidebar()
exit;
}
- $rtl = isset(
Horde_Nls::$
config['rtl'][$language]);
+ $rtl = isset(
$GLOBALS['registry']->
config['rtl'][$language]);
Horde::addScriptFile('prototype.js', 'horde');
Horde::addScriptFile('sidebar.js', 'horde');
require $GLOBALS['registry']->get('templates', 'horde') . '/portal/sidebar.inc';