| #39 | $tpl_file = core::get_original_file($filename, VIEW_PATH.$_ENV['_theme'].'/'); |
| #40 | |
| #41 | if(!$tpl_file && DEBUG) { |
| #42 | $msg = lang('tpl_file_not_exists', array('tplfile'=>$_ENV['_theme'].'/'.$filename)); |
| #43 | throw new Exception($msg); |
| #44 | } |
| #45 | |
| #46 | if($tpl_file && FW($php_file, $this->tpl_process($tpl_file)) === false && DEBUG) { |
| #47 | $msg = lang('write_tpl_file_failed', array('tplfile'=>$filename)); |
| #48 | throw new Exception($msg); |