function template_file_exists($template, $template_dir = NULL) { $template_file = template_file($template, $template_dir); return file_exists_($template_file); }
function handler_exists_($handler) { return file_exists_(handler_file_($handler)); }