
Originally Posted by
leon76
Hi Anne,
Thanks. But I just followed your Readme.html:
2. Open includes/languages/english/header.php in your favorite plain text editor. Find this code on or around line 24:
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
3. There are 4 bits you will change:
Replace “Powered by Zen Cart :: The Art of E-Commerce” with your site name and tag line here
Replace “192px” with your logo width
Replace “64px” with your logo height
Replace “logo.gif” with the name of your logo image
define('HEADER_ALT_TEXT', 'Your store name :: your store tag line');
define('HEADER_LOGO_WIDTH', '385px');
define('HEADER_LOGO_HEIGHT', '100px');
define('HEADER_LOGO_IMAGE', 'new-logo.jpg');
Bookmarks