function gen_html_header($title = NULL, $jquery = NULL) { global $favicon; ?>
if ($favicon) { ?> } ?> if (isset($jquery)) { ?> $args = func_get_args(); // shift off title and jquery array_shift($args); array_shift($args); foreach ($args as $val) { $ext = pathinfo($val, PATHINFO_EXTENSION); if (!strcmp($ext, 'js')) { ?> } else if (!strcmp($ext, 'css')) { ?> } } } ?>