From 7dbf11209267bab3b1ee7910fee0a6c67a49a001 Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Sun, 25 Sep 2011 16:01:05 -0500 Subject: added widget class to saved arch block on search page added header to search results where there are results --- mod/search.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mod/search.php') diff --git a/mod/search.php b/mod/search.php index d150b2e1e..2ce3c8dcd 100644 --- a/mod/search.php +++ b/mod/search.php @@ -9,8 +9,9 @@ function search_saved_searches() { ); if(count($r)) { + $o .= '
'; $o .= '

' . t('Saved Searches') . '

' . "\r\n"; - $o .= '
    ' . "\r\n"; + $o .= '
      ' . "\r\n"; foreach($r as $rr) { $o .= '
    • ' . $rr['term'] . '
    • ' . "\r\n"; } @@ -140,7 +141,7 @@ function search_content(&$a) { ); - + $o .= '

      Search results for: ' . $search . '

      '; $o .= conversation($a,$r,'search',false); -- cgit v1.2.3