Add DuckDuckGo as a fallback search link

People like it.
This commit is contained in:
Joshua Judson Rosen 2014-12-03 22:48:28 -05:00
parent f9d815db64
commit 67539fd1cc
1 changed files with 2 additions and 1 deletions

View File

@ -135,9 +135,10 @@ class SearchAction extends Action
// TRANS: Standard search suggestions shown when a search does not give any results.
$message .= sprintf(_("You can also try your search on other engines:
* [DuckDuckGo](https://duckduckgo.com/?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)
"), $qe, $qe);
"), $qe, $qe, $qe);
$message .= "\n";
}
$this->elementStart('div', 'help instructions');