Hi.
Recent install of Zen Cart, trying to get everything figured out. Running into a brick wall with the logo. For some reason the logo uses the default dimensions of the image, not the dimensions specified in header.php
Web Address
http://taylorhuston.dyndns.org/respo...iving/catalog/
There you can see what I mean. The file I am editing is
/includes/languages/english/responsible/header.php
And I am 90% sure that i the right file because if I change anything in it, like say changing
define('HEADER_SALES_TEXT', 'Tagline');
to
define('HEADER_SALES_TEXT', 'Taglinesssss');
that change is reflected on my page. Also if i mistype or otherwise change
define('HEADER_LOGO_IMAGE', 'logo.gif');
the logo disappears all together. So I am pretty sure I am in the right php file, but the lines
define('HEADER_LOGO_WIDTH', '150px');
define('HEADER_LOGO_HEIGHT', '200px');
Don't seem to do anything.
Thoughts?



