ConvertStyle.php
[Pman.Core] / ConvertStyle.php
index 61af931..1f7b466 100644 (file)
@@ -19,7 +19,7 @@ class Pman_Core_ConvertStyle extends Pman
     
     function relPath($base, $url)
     {  
-        print_r($url);exit;
+        
         if (preg_match('/^(http|https|mailto):/',$url)) {
             return $url;
         }
@@ -33,7 +33,7 @@ class Pman_Core_ConvertStyle extends Pman
         if (substr($url,0,1) == '/') {
             return $ui['scheme'] .'://'.$ui['host']. $url;
         }
-        
+        print_r($url);exit;
         if (substr($ui['path'], -1) == '/') {
            return $ui['scheme'] .'://'.$ui['host']. $ui['path'] . $url;
         }