Re: MaxCDN Content Delivery Solution?
It doesnt work. All images are blank.
// WCM - CDN Images
if (($type == 'T' OR $type == 'P') AND $_SERVER['HTTPS'] != 'on')
{
$image_path = str_replace('/home/mydomain/public_html/images/','',$image_path);
return str_replace('$http_location','',$image_path);
}
// / WCM - CDN Images
Anywhere I should add my cdn URL?
__________________
x-cart 4.1.10
|