From 345f784f670ed8f41bf0435f1cba8a634597b92d Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 22 May 2014 21:24:41 -0700 Subject: fix search to use in app --- include/apps.php | 3 ++- include/text.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/apps.php b/include/apps.php index ab09ff531..6897669d6 100644 --- a/include/apps.php +++ b/include/apps.php @@ -130,7 +130,8 @@ function translate_system_apps(&$arr) { 'Mail' => t('Mail'), 'Mood' => t('Mood'), 'Poke' => t('Poke'), - 'Chat' => t('Chat') + 'Chat' => t('Chat'), + 'Search' => t('Search') ); if(array_key_exists($arr['name'],$apps)) diff --git a/include/text.php b/include/text.php index 0e136fe8e..b249c9767 100755 --- a/include/text.php +++ b/include/text.php @@ -810,9 +810,9 @@ function search($s,$id='search-box',$url='/search',$save = false) { $o = '
'; $o .= '
'; $o .= ''; - $o .= ''; + $o .= ''; if(feature_enabled(local_user(),'savedsearch')) - $o .= ''; + $o .= ''; $o .= '
'; return $o; } -- cgit v1.2.3