diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-21 11:11:12 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-21 11:11:12 -0700 |
commit | b64ac083dd8f30486d1450ca2ad31eafb5d2eb8b (patch) | |
tree | d26f7b3073123626b62a0a7a545cd74bda188453 /lib | |
parent | 29bebdb50bf008a02e6c3e9530b3dff3bdd2b821 (diff) |
add collecta.com link
Diffstat (limited to 'lib')
-rw-r--r-- | lib/searchaction.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/searchaction.php b/lib/searchaction.php index bb2d50572..34fe9373f 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -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'); |