ConvertStyle.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 10:04:08 +0000 (18:04 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 10:04:08 +0000 (18:04 +0800)
ConvertStyle.php

index 9184de2..e637519 100644 (file)
@@ -18,11 +18,11 @@ class Pman_Core_ConvertStyle extends Pman
     }
     
     function relPath($base, $url)
-    {      
-        print_r($url);exit;
+    {   
         if (preg_match('/^(http|https|mailto):/',$url)) {
             return $url;
         }
+        
         $ui = parse_url($base);
         
         if (substr($url,0,2) == '//') {