示例#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;
 }