예제 #1
0
파일: Item.php 프로젝트: comaw/hashtag
 public static function getUrlImg($img)
 {
     return UrlHelp::baseAdmin() . 'images/item/' . $img;
 }
예제 #2
0
 public static function getUrlImg($img)
 {
     return UrlHelp::baseAdmin() . 'images/encyclopedia/' . $img;
 }