Fix path.
authorJan Schneider <jan@horde.org>
Mon, 29 Nov 2010 21:15:12 +0000 (22:15 +0100)
committerJan Schneider <jan@horde.org>
Mon, 29 Nov 2010 21:15:12 +0000 (22:15 +0100)
wicked/opensearch.php

index 5483bc2..77daf4a 100644 (file)
@@ -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');