projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c197f0
)
...and fix the CSS path for Horde's CSS
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 28 Jun 2009 18:10:54 +0000
(14:10 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 28 Jun 2009 18:10:54 +0000
(14:10 -0400)
kronolith/lib/Imple/Embed.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Imple/Embed.php
b/kronolith/lib/Imple/Embed.php
index
93984b5
..
e2b9daf
100644
(file)
--- 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('themesur
l
', 'horde') . '/embed.css', true);
+ $hcssurl = Horde::url($registry->get('themesur
i
', 'horde') . '/embed.css', true);
} else {
$cssurl= '';
}