From: Jan Schneider Date: Fri, 28 Jan 2011 20:10:41 +0000 (+0100) Subject: Use full path for CSS. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=827183131526be039c901598f44c1b65cba522b6;p=horde.git Use full path for CSS. --- 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 = '';