$output .= theme("table", $header, $rows);
print(theme("page", $output));
For menu callbacks, this can just be
$output .= theme("table", $header, $rows);
return $output;
$output .= theme("table", $header, $rows);
print(theme("page", $output));
For menu callbacks, this can just be
$output .= theme("table", $header, $rows);
return $output;