From bed28ab0994b1add8b461b2ac7f3c642cad40c91 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 28 Jun 2009 14:10:54 -0400 Subject: [PATCH] ...and fix the CSS path for Horde's CSS --- kronolith/lib/Imple/Embed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Imple/Embed.php b/kronolith/lib/Imple/Embed.php index 93984b54c..e2b9daf7b 100644 --- a/kronolith/lib/Imple/Embed.php +++ b/kronolith/lib/Imple/Embed.php @@ -89,7 +89,7 @@ class Kronolith_Imple_Embed extends Kronolith_Imple { /* CSS */ if (empty($nocss)) { $cssurl = Horde::url($registry->get('themesuri', 'kronolith') . '/embed.css', true); - $hcssurl = Horde::url($registry->get('themesurl', 'horde') . '/embed.css', true); + $hcssurl = Horde::url($registry->get('themesuri', 'horde') . '/embed.css', true); } else { $cssurl= ''; } -- 2.11.0