]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add Ixquick as a fallback search link
authorJoshua Judson Rosen <rozzin@geekspace.com>
Thu, 4 Dec 2014 03:54:27 +0000 (22:54 -0500)
committerJoshua Judson Rosen <rozzin@geekspace.com>
Thu, 4 Dec 2014 03:54:27 +0000 (22:54 -0500)
People like that one, too.

lib/searchaction.php

index cc75c4c2446a89fe0fd248f5a69d7ee8075512fd..507840801439a9e15dc24dc613a5de082a6736ae 100644 (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');