From ad2ea595a26f2c3bab8170d5d0f447f3cdd60075 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 9 Nov 2010 14:57:34 -0500 Subject: [PATCH] Fix various misspelled addStylesheet calls --- mnemo/templates/common-header.inc | 2 +- nag/templates/common-header.inc | 2 +- trean/templates/common-header.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mnemo/templates/common-header.inc b/mnemo/templates/common-header.inc index 163c4b067..efd662b19 100644 --- a/mnemo/templates/common-header.inc +++ b/mnemo/templates/common-header.inc @@ -20,7 +20,7 @@ if (!empty($title)) { Horde::outputMetaTags(); Horde::includeScriptFiles(); -Horde::addStylesheetFile($registry->get('themesfs') . '/categoryCSS.php', $registry->get('themesuri') . '/categoryCSS.php'); +Horde_Themes::addStylesheet($registry->get('themesfs') . '/categoryCSS.php', $registry->get('themesuri') . '/categoryCSS.php'); $bc = $prefs->getValue('show_panel') ? 'rightPanel' diff --git a/nag/templates/common-header.inc b/nag/templates/common-header.inc index 9917491dc..8f9282a8b 100644 --- a/nag/templates/common-header.inc +++ b/nag/templates/common-header.inc @@ -22,7 +22,7 @@ Horde::outputMetaTags(); Horde::includeScriptFiles(); Horde::outputInlineScript(); -Horde::addStylesheetFile($registry->get('themesfs') . '/categoryCSS.php', $registry->get('themesuri') . '/categoryCSS.php'); +Horde_Themes::addStylesheet($registry->get('themesfs') . '/categoryCSS.php', $registry->get('themesuri') . '/categoryCSS.php'); $bc = $prefs->getValue('show_panel') ? 'rightPanel' diff --git a/trean/templates/common-header.inc b/trean/templates/common-header.inc index c62cef61d..344c13f99 100644 --- a/trean/templates/common-header.inc +++ b/trean/templates/common-header.inc @@ -20,7 +20,7 @@ if (!empty($title)) { Horde::outputMetaTags(); Horde::includeScriptFiles(); -Horde_Themes::addStylesheetFile($registry->get('themesfs') . '/grids-min.css', $registry->get('themesuri') . '/grids-min.css'); +Horde_Themes::addStylesheet($registry->get('themesfs') . '/grids-min.css', $registry->get('themesuri') . '/grids-min.css'); $rss = Horde::url('rss.php', true, -1); if (Horde_Util::getFormData('f')) { -- 2.11.0