| #30 | if(!is_file($php_file) || DEBUG) { |
| #31 | $tpl_file = core::get_original_file($filename, VIEW_PATH.$_ENV['_theme'].'/'); |
| #32 | |
| #33 | if(!$tpl_file && DEBUG) { |
| #34 | throw new Exception('模板文件 '.$_ENV['_theme'].'/'.$filename.' 不存在'); |
| #35 | } |
| #36 | |
| #37 | if($tpl_file && FW($php_file, $this->tpl_process($tpl_file)) === false && DEBUG) { |
| #38 | throw new Exception("写入模板编译文件 $filename 失败"); |
| #39 | } |