favicon moved
This commit is contained in:
parent
3e8614967e
commit
2eceb19bcf
1 changed files with 1 additions and 1 deletions
2
contrib/browser_search/main.php
Executable file → Normal file
2
contrib/browser_search/main.php
Executable file → Normal file
|
@ -34,7 +34,7 @@ class BrowserSearch extends Extension {
|
||||||
$search_title = $config->get_string('title');
|
$search_title = $config->get_string('title');
|
||||||
$search_form_url = make_link('post/list/{searchTerms}');
|
$search_form_url = make_link('post/list/{searchTerms}');
|
||||||
$suggenton_url = make_link('browser_search/')."{searchTerms}";
|
$suggenton_url = make_link('browser_search/')."{searchTerms}";
|
||||||
$icon_b64 = base64_encode(file_get_contents("favicon.ico"));
|
$icon_b64 = base64_encode(file_get_contents("lib/static/favicon.ico"));
|
||||||
|
|
||||||
// Now for the XML
|
// Now for the XML
|
||||||
$xml = "
|
$xml = "
|
||||||
|
|
Reference in a new issue