From: Jan Schneider Date: Tue, 9 Nov 2010 21:21:53 +0000 (+0100) Subject: Fix addStylesheet() call. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=153fbbb4336ae34c16ca96e4ffb6a35510b73980;p=horde.git Fix addStylesheet() call. --- diff --git a/horde/services/portal/index.php b/horde/services/portal/index.php index 170c8ee2e..5fe6646dc 100644 --- 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::addStylesheetFile($f, $u); + Horde_Themes::addStylesheet($f, $u); } }