Esempio n. 1
0
 public function display($tpl = '')
 {
     $tpl = $this->tpl($tpl);
     $this->theme_content = $tpl;
     parent::display('theme');
 }