コード例 #1
0
ファイル: Helper.php プロジェクト: noikiy/inovi
 function render($file)
 {
     return Utils::run('view.render', array('hash' => sha1($file)));
 }