Ejemplo n.º 1
0
 public static function replaceurl($matches)
 {
     global $src_url;
     $url = str_replace(array('"', '\''), '', $matches[1]);
     $url = Plazart::cleanPath($src_url . '/' . $url);
     return "url('{$url}')";
 }