예제 #1
0
파일: theme.php 프로젝트: habari/system
 /**
  * Determine if a template exists in the current theme
  *
  * @param string $template_name The name of the template to detect
  * @return boolean True if template exists
  */
 public function template_exists($template_name)
 {
     return $this->template_engine->template_exists($template_name);
 }