> DOWNLOAD THEME : '.$filename.'<
';
if(isset($_GET['down'])){
header("location:$direstlink");
$html = "Thank you for downloading Theme
If the download doesn't start in a few seconds, please click here to start the download.";
}
}
else
{
if(isset($_GET['ecom']) && isset($_GET['temp']) && isset($_GET['cat']))
{
$ecom = $_GET['ecom'];
$cat = $_GET['cat'];
$temp = $_GET['temp'];
//chi co template cua zerocart moi co version
if(isset($_GET['ver'])){
$ver = $_GET['ver'];
$filename = $temp."-".$ver;
$path = $site."/download/?down&ecom=$ecom&cat=$cat&temp=$temp&ver=$ver";
$direstlink = $site."/download/$code/$ecom/$cat/$temp/$filename.zip";
}
else{
$filename = $temp;
$path = $site."/download/?down&ecom=$ecom&cat=$cat&temp=$temp";
$direstlink = $site."/download/$code/$ecom/$cat/$filename.zip";
}
$title = "Download free ".$ecom." themes, ".$ecom." templates";
$html = '> DOWNLOAD THEME : '.$temp.' <
File : '.$filename.'.zip';
if(isset($_GET['down'])){
$onload = "onload='downtheme()'";
$html = "Thank you for downloading Theme
If the download doesn't start in a few seconds, please click here to start the download.";
}
}
}
?>
>