Undefined variable: ret in /web/htdocs/http://www.coroteatromunicipalepiacenza.it/home/plugins/system/t3/includes/core/minify.php on line 61
if($ret){
if (preg_match('/^https?\:/', $url)) { //is full link
if (strpos($url, $base) === false){
// external css
return false;
}
$path = JPath::clean(JPATH_ROOT . '/' . substr($url, strlen($base)));
} else {
$path = JPath::clean(JPATH_ROOT . '/' . ($root && strpos($url, $root) === 0 ? substr($url, strlen($root)) : $url));
}
return is_file($path) ? $path : false;
could someone help my ?
Thanks all for answear