forked from GNUsocial/gnu-social
Add DuckDuckGo as a fallback search link
People like it.
This commit is contained in:
parent
f9d815db64
commit
67539fd1cc
@ -135,9 +135,10 @@ class SearchAction extends Action
|
|||||||
// TRANS: Standard search suggestions shown when a search does not give any results.
|
// TRANS: Standard search suggestions shown when a search does not give any results.
|
||||||
$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)
|
||||||
* [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);
|
||||||
$message .= "\n";
|
$message .= "\n";
|
||||||
}
|
}
|
||||||
$this->elementStart('div', 'help instructions');
|
$this->elementStart('div', 'help instructions');
|
||||||
|
Loading…
Reference in New Issue
Block a user