projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ada641e
)
Use full path for CSS.
author
Jan Schneider
<jan@horde.org>
Fri, 28 Jan 2011 20:10:41 +0000
(21:10 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 28 Jan 2011 20:10:41 +0000
(21:10 +0100)
kronolith/lib/Ajax/Imple/Embed.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Ajax/Imple/Embed.php
b/kronolith/lib/Ajax/Imple/Embed.php
index
ba07cd1
..
87dec44
100644
(file)
--- 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 = '';