]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add collecta.com link
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 21 Jun 2009 18:11:12 +0000 (11:11 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 21 Jun 2009 18:11:12 +0000 (11:11 -0700)
lib/searchaction.php

index bb2d50572b1131512a96ced888b7d82634b9fb34..34fe9373f43832cc793a59484a62f7f007b05620 100644 (file)
@@ -148,10 +148,10 @@ You can also try your search on other engines:
 * [Tweet scan](http://www.tweetscan.com/indexi.php?s=%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)
-
+* [Collecta](http://collecta.com/#q=%s)
 
 E_O_T
-), $qe, $qe, $qe, $qe);
+), $qe, $qe, $qe, $qe, $qe);
         $this->elementStart('dl', array('id' => 'help_search', 'class' => 'help'));
         $this->element('dt', null, _('Search help'));
         $this->elementStart('dd', 'instructions');