예제 #1
0
파일: Helper.php 프로젝트: noikiy/inovi
 function render($file)
 {
     return Utils::run('view.render', array('hash' => sha1($file)));
 }