Error: "Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /home/sites/mysite.com/public_html/store/vqmod/vqcache/vq2-catalog_controller_common_header.php on line 68"
Code: Select all
if (isset($this->request->server['HTTPS']) && (($this->request->server['HTTPS'] == 'on') || ($this->request->server['HTTPS'] == '1'))) {
$server = HTTPS_IMAGE;
} else {
$server = HTTP_IMAGE;
}
Code: Select all
$server = HTTP_IMAGE;
Would be grateful if someone could point me in the right direction.