projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89b1031
)
Fix addStylesheet() call.
author
Jan Schneider
<jan@horde.org>
Tue, 9 Nov 2010 21:21:53 +0000
(22:21 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 9 Nov 2010 21:25:58 +0000
(22:25 +0100)
horde/services/portal/index.php
patch
|
blob
|
history
diff --git
a/horde/services/portal/index.php
b/horde/services/portal/index.php
index
170c8ee
..
5fe6646
100644
(file)
--- a/
horde/services/portal/index.php
+++ b/
horde/services/portal/index.php
@@
-53,7
+53,7
@@
$layout_html = $view->toHtml();
foreach ($view->getApplications() as $app) {
foreach (Horde_Themes::getStylesheets('', array('app' => $app)) as $f => $u) {
- Horde_Themes::addStylesheet
File
($f, $u);
+ Horde_Themes::addStylesheet($f, $u);
}
}