From 5e28b1216e1a44b60c1d1cf33d069b1043653103 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Mon, 26 Oct 2015 14:05:45 +0100 Subject: Added a few generic-content-wrapper-styled classes and a button position fixed for lostpass. mod/search probably needs a .tpl in the future, but I don't know how to that. --- mod/search.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/search.php') diff --git a/mod/search.php b/mod/search.php index ce8357fb9..a0085fca9 100644 --- a/mod/search.php +++ b/mod/search.php @@ -35,6 +35,8 @@ function search_content(&$a,$update = 0, $load = false) { $o = '' . "\r\n"; + $o = '
' . "\r\n"; + $o .= '

' . t('Search') . '

'; if(x($a->data,'search')) @@ -212,6 +214,8 @@ function search_content(&$a,$update = 0, $load = false) { $o .= conversation($a,$items,'search',$update,'client'); + $o .= '
'; + return $o; } -- cgit v1.2.3