Hello all
I'm requesting a little help, I've recently installed 1.5.5.1 of OpenCart and I've been playing around with templates, and for some reason the header logo has disappeared and a line of code has appeared in the header bar "http://gadgetcabin.co.uk/DTS/index.php? ... ckout/cart" I've obviously messed something up but I can't for the life of me figure out what it is. So I would be really grateful if someone could point me in the right direction.
The web site is located at: http://gadgetcabin.co.uk/DTS/
Once again I would be very grateful if someone could shed some light on this.
Many thanks in advance.
Should not appear in version 1.5.5.1 because:Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /home/gadge069/public_html/DTS/catalog/controller/common/header.php
Code: Select all
$server = HTTP_IMAGE;
$this->data['logo'] = $server . $this->config->get('config_logo');
Code: Select all
$server = $this->config->get('config_url');
$this->data['logo'] = $server . 'image/' . $this->config->get('config_logo');
Who is online
Users browsing this forum: No registered users and 14 guests