ConvertStyle.php
[Pman.Core] / ConvertStyle.php
index 919decb..d06c1ab 100644 (file)
@@ -19,6 +19,8 @@ class Pman_Core_ConvertStyle extends Pman
     
     function relPath($base, $url)
     {   
+        print_r($base);
+        print_r($url);exit;
         if (preg_match('/^(http|https|mailto):/',$url)) {
             return $url;
         }