smarty->template_dir as $_template_dir) { $_filepath = $_template_dir . $resource_name; if (file_exists($_filepath)) return true; } if (file_exists($resource_name)) return true; // no tpl file found return false; } } ?>