Ejemplo n.º 1
0
 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);
     }
   }
 }