From 153fbbb4336ae34c16ca96e4ffb6a35510b73980 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 9 Nov 2010 22:21:53 +0100 Subject: [PATCH] Fix addStylesheet() call. --- horde/services/portal/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.11.0