Example #1
0
 /**
  * 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);
 }