summaryrefslogtreecommitdiff
path: root/modules/search/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search/helpers')
-rw-r--r--modules/search/helpers/search_block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/helpers/search_block.php b/modules/search/helpers/search_block.php
index b6450b4d..0294c920 100644
--- a/modules/search/helpers/search_block.php
+++ b/modules/search/helpers/search_block.php
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class search_block_Core {
- public static function header_bottom($theme) {
+ public static function header_top($theme) {
$view = new View("search_link.html");
return $view->render();
}