Horde::getStylesheets --> Horde_Themes::getStylesheets()
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Mar 2010 04:37:26 +0000 (23:37 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Mar 2010 04:37:26 +0000 (23:37 -0500)
horde/services/portal/index.php
imp/view.php

index 0c97597..f48d76d 100644 (file)
@@ -61,7 +61,7 @@ $layout_html = $view->toHtml();
 
 $horde_css_stylesheets = array();
 foreach ($view->getApplications() as $app) {
-    $horde_css_stylesheets = array_merge($horde_css_stylesheets, Horde::getStylesheets('', array('app' => $app)));
+    $horde_css_stylesheets = array_merge($horde_css_stylesheets, Horde_Themes::getStylesheets('', array('app' => $app)));
 }
 
 $linkTags = $view->getLinkTags();
index 01ba21e..c63de4d 100644 (file)
@@ -262,7 +262,7 @@ case 'print_attach':
                 }
 
                 $css = '';
-                foreach (Horde::getStylesheets() as $val) {
+                foreach (Horde_Themes::getStylesheets() as $val) {
                     $css .= file_get_contents($val['f']);
                 }