put searchform in results
parent
22293e88ea
commit
4fe1aac48e
|
@ -830,6 +830,7 @@ switch($mode) {
|
|||
$results = fulltext_search($db, $settings, $text);
|
||||
$matches = count($results);
|
||||
print_top_header($db, "search for \"$text\": $matches results");
|
||||
show_search_form($db, $settings, $css);
|
||||
print_results($db, $results, $settings, $css);
|
||||
print_footer_searches('search', $matches, $css, $settings);
|
||||
quit($db, "");
|
||||
|
|
Loading…
Reference in New Issue