}
function cx_template_has_content($class, $path) {
- return file_exists(cx_template_content_path($class, $path));
+ return is_file(cx_template_content_path($class, $path));
}
function cx_template_output_content($class, $path, $cache_age = 30 * 86400) {