diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-21 22:30:39 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-21 22:30:39 -0700 |
commit | 9014a0a90d9ab5ee408aded51f379fd084fcd82c (patch) | |
tree | c30dea6917805d3218f030fc59185f00841e3abc /lib/searchaction.php | |
parent | b8f3f32f3f12339c3838fcfc883815d63a36dca7 (diff) | |
parent | 876ab059273a5f223170d6b2c0b9b4342b06c50f (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
* '0.8.x' of git@gitorious.org:laconica/dev:
Add like for search
got rid of 'skin' concept a while ago
add collecta.com link
Update copyright dates in files modified in 2009
change Controlez-Vous to Control Yourself
ignore config.php.*
Position of max_file_size position helps IE
Diffstat (limited to 'lib/searchaction.php')
-rw-r--r-- | lib/searchaction.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/searchaction.php b/lib/searchaction.php index e74450e11..34fe9373f 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -12,7 +12,7 @@ * @link http://laconi.ca/ * * Laconica - a distributed open-source microblogging tool - * Copyright (C) 2008, Controlez-Vous, Inc. + * Copyright (C) 2008, 2009, Control Yourself, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -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'); |