projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
542b5ad
)
Fix path.
author
Jan Schneider
<jan@horde.org>
Mon, 29 Nov 2010 21:15:12 +0000
(22:15 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 29 Nov 2010 21:15:12 +0000
(22:15 +0100)
wicked/opensearch.php
patch
|
blob
|
history
diff --git
a/wicked/opensearch.php
b/wicked/opensearch.php
index
5483bc2
..
77daf4a
100644
(file)
--- a/
wicked/opensearch.php
+++ b/
wicked/opensearch.php
@@
-21,7
+21,7
@@
$url = Horde::url('', true);
$name = $registry->get('name', 'wicked') . ' (' . $url . ')';
// Icon.
-$icon = base64_encode(file_get_contents($registry->get('themesfs', 'wicked') . '/graphics/wicked.png'));
+$icon = base64_encode(file_get_contents($registry->get('themesfs', 'wicked') . '/
default/
graphics/wicked.png'));
// Charset.
header('Content-Type: text/xml; charset=UTF-8');