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

index 4d8b248..b7164b3 100644 (file)
@@ -19,6 +19,7 @@ class Pman_Core_ConvertStyle extends Pman
     
     function relPath($base, $url)
     {      
+        print_r($base);exit;
         if (preg_match('/^(http|https|mailto):/',$url)) {
             return $url;
         }