Add Ixquick as a fallback search link
People like that one, too.
This commit is contained in:
parent
67539fd1cc
commit
c52c090298
@ -136,9 +136,10 @@ class SearchAction extends Action
|
|||||||
$message .= sprintf(_("You can also try your search on other engines:
|
$message .= sprintf(_("You can also try your search on other engines:
|
||||||
|
|
||||||
* [DuckDuckGo](https://duckduckgo.com/?q=site%%3A%%%%site.server%%%%+%s)
|
* [DuckDuckGo](https://duckduckgo.com/?q=site%%3A%%%%site.server%%%%+%s)
|
||||||
|
* [Ixquick](https://ixquick.com/do/search?query=site%%3A%%%%site.server%%%%+%s)
|
||||||
* [Google](http://www.google.com/search?q=site%%3A%%%%site.server%%%%+%s)
|
* [Google](http://www.google.com/search?q=site%%3A%%%%site.server%%%%+%s)
|
||||||
* [Yahoo!](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)
|
* [Yahoo!](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)
|
||||||
"), $qe, $qe, $qe);
|
"), $qe, $qe, $qe, $qe);
|
||||||
$message .= "\n";
|
$message .= "\n";
|
||||||
}
|
}
|
||||||
$this->elementStart('div', 'help instructions');
|
$this->elementStart('div', 'help instructions');
|
||||||
|
Loading…
Reference in New Issue
Block a user