From b3054ee9d05c37a7801f3ea1f82dd54d6ce0361e Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sun, 24 May 2015 20:01:08 +0200 Subject: [PATCH] template for searchbox --- include/text.php | 19 +++++++++---------- view/templates/searchbox.tpl | 11 +++++++++++ 2 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 view/templates/searchbox.tpl diff --git a/include/text.php b/include/text.php index dcc730872..0f6c83234 100644 --- a/include/text.php +++ b/include/text.php @@ -960,19 +960,18 @@ if(! function_exists('search')) { * @param string $s search query * @param string $id html id * @param string $url search url - * @param boolean $save show save search button - * @return string html for search box #FIXME: remove html + * @param boolean $savedsearch show save search button */ function search($s,$id='search-box',$url='/search',$save = false) { $a = get_app(); - $o = '