Thread: MAX cdn
View Single Post
  #8  
Old 09-21-2012, 01:16 AM
 
philrisk philrisk is offline
 

X-Adept
  
Join Date: Jul 2009
Location: Newcastle upon Tyne, UK
Posts: 412
 

Default Re: MAX cdn

I worked out out how to use the default images folder plus the alt images folder on maxcdn.

In smarty.php

PHP Code:
if ($_SERVER['HTTPS'] != 'on')
{
$smarty->assign('ImagesDir',    "http://collectables.collectablesreta.netdna-cdn.com" $smarty_skin_dir '/images');
$smarty->assign('SkinDir',        "http://collectables.collectablesreta.netdna-cdn.com" $smarty_skin_dir);
$smarty->assign("AltImagesDir",    "http://collectables.collectablesreta.netdna-cdn.com/skin/ideal_comfort/images");
$smarty->assign("AltSkinDir",    "http://collectables.collectablesreta.netdna-cdn.com/skin/ideal_comfort");
}
else
{
$smarty->assign('ImagesDir',        $xcart_web_dir $smarty_skin_dir '/images');
$smarty->assign('SkinDir',          $xcart_web_dir $smarty_skin_dir);

__________________
Live with Gold 4.5.1
Dedicated Linux server
MaxCDN 4 pull zones
Dedicated SSL

Reply With Quote