diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/search.php b/search.php index 59b5aace1..bfd5e60c3 100644 --- a/search.php +++ b/search.php @@ -2,6 +2,8 @@ include_once "includes/common.inc"; +page_header(); + function find_module($name) { global $options, $type; if (module_hook($name, "search")) $options .= "<OPTION VALUE=\"$name\"". ($name == $type ? " SELECTED" : "") .">$name</OPTION>\n"; @@ -22,4 +24,6 @@ $theme->box(t("Search"), $search); $theme->box(t("Result"), $output); $theme->footer(); +page_footer(); + ?>
\ No newline at end of file |