Fix addStylesheet() call.
authorJan Schneider <jan@horde.org>
Tue, 9 Nov 2010 21:21:53 +0000 (22:21 +0100)
committerJan Schneider <jan@horde.org>
Tue, 9 Nov 2010 21:25:58 +0000 (22:25 +0100)
horde/services/portal/index.php

index 170c8ee..5fe6646 100644 (file)
@@ -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::addStylesheetFile($f, $u);
+        Horde_Themes::addStylesheet($f, $u);
     }
 }