include_once "includes/common.inc"; function find_module($name, $module) { global $options, $type; if ($module["find"]) $options .= "\n"; } module_iterate("find_module"); $search .= "
\n"; $output = search_data($keys, $type); $theme->header(); $theme->box(t("Search"), $search); $theme->box(t("Result"), $output); $theme->footer(); ?>