Add Ixquick as a fallback search link

People like that one, too.
This commit is contained in:
Joshua Judson Rosen 2014-12-03 22:54:27 -05:00
parent 67539fd1cc
commit c52c090298
1 changed files with 2 additions and 1 deletions

View File

@ -136,9 +136,10 @@ class SearchAction extends Action
$message .= sprintf(_("You can also try your search on other engines:
* [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)
* [Yahoo!](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)
"), $qe, $qe, $qe);
"), $qe, $qe, $qe, $qe);
$message .= "\n";
}
$this->elementStart('div', 'help instructions');