From 827183131526be039c901598f44c1b65cba522b6 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 28 Jan 2011 21:10:41 +0100 Subject: [PATCH] Use full path for CSS. --- kronolith/lib/Ajax/Imple/Embed.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kronolith/lib/Ajax/Imple/Embed.php b/kronolith/lib/Ajax/Imple/Embed.php index ba07cd117..87dec44bc 100644 --- a/kronolith/lib/Ajax/Imple/Embed.php +++ b/kronolith/lib/Ajax/Imple/Embed.php @@ -91,9 +91,7 @@ class Kronolith_Ajax_Imple_Embed extends Horde_Core_Ajax_Imple $horde_css->addThemeStylesheet('embed.css'); Horde::startBuffer(); - Horde::includeStylesheetFiles(array( - 'nobase' => true - )); + Horde::includeStylesheetFiles(array('nobase' => true), true); $css = Horde::endBuffer(); } else { $css = ''; -- 2.11.0