I have successfully replaced the zen cart logo with my logo in the header by changing the following line in includes/languages/english/custom/header.php:
define('HEADER_LOGO_IMAGE', 'mylogo.jpg'
I wanted to modify the width and height of my logo by modifying the following two lines:
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
I didnīt work. If I change the 192px and 64px to different numbers, it has no effect on how the image is displayed.
Am I doing something wrong? If not, what is the point of those two lines?
Also, how can I modify the displayed dimensions of the logo if I donīt want to change the actual logo file?
Thanks in advance for some help.![]()



