Ejemplo n.º 1
0
Archivo: Smarty.php Proyecto: acp3/core
 /**
  * @inheritdoc
  */
 public function templateExists($template)
 {
     return $this->smarty->templateExists($template);
 }