template_path() . $template_name; if (file_exists($template_dir)) { return $template_dir; } return ABP_TEMPLATES . $template_name; } }