...and fix the CSS path for Horde's CSS
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 28 Jun 2009 18:10:54 +0000 (14:10 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 28 Jun 2009 18:10:54 +0000 (14:10 -0400)
kronolith/lib/Imple/Embed.php

index 93984b5..e2b9daf 100644 (file)
@@ -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= '';
         }