예제 #1
0
파일: common.php 프로젝트: jaz303/zing
 public static function i($image, $attributes = array())
 {
     $attributes['src'] = AssetHelper::image_path($image);
     $attributes += array('alt' => '');
     return self::empty_tag('img', $attributes);
 }