示例#1
0
文件: mpu.php 项目: verbazend/AWFA
 public static function type_icon_url($type, $color = true) {
   if (MPU::extension_type_exists($type)) {
     return MPU::extension_type_icon_url($type, $color);
   } else {
     if (MPU::core_type_exists($type)) {
       return MPU::core_type_icon_url($type, $color);
     }
   }
 }