예제 #1
0
파일: main.php 프로젝트: noikiy/webgame
 public function display($tpl = '')
 {
     $tpl = $this->tpl($tpl);
     $this->theme_content = $tpl;
     parent::display('theme');
 }