Exemplo n.º 1
0
 public static function i($image, $attributes = array())
 {
     $attributes['src'] = AssetHelper::image_path($image);
     $attributes += array('alt' => '');
     return self::empty_tag('img', $attributes);
 }