#138 | |
#139 | if(!$tpl_file) { |
#140 | if( DEBUG ){ |
#141 | $msg = lang('tpl_file_not_exists', array('tplfile'=>$_ENV['_theme'].'/'.$filename)); |
#142 | throw new Exception($msg); |
#143 | }else{ |
#144 | return ''; |
#145 | } |
#146 | } |
#147 | return file_get_contents($tpl_file); |