Exemplo n.º 1
0
 public function display($strTpl, $tpl_vars = array())
 {
     return parent::display($this->fixTplPath($strTpl), $tpl_vars);
 }
Exemplo n.º 2
0
 public function display($tpl, $tpl_var = array())
 {
     return parent::display($this->getTpl($tpl), $tpl_var);
 }