open includes/languages/english/rustic/header/php
find the following declaration(s):
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_SALES_TEXT', 'TagLine Here<br />This text can be changed by<br />editing <code>includes/languages/english/rustic/header.php</code><br />To replace the logo, upload your logo.gif to <code>includes/templates/rustic/images/</code>');
define('HEADER_LOGO_WIDTH', '164px');
define('HEADER_LOGO_HEIGHT', '107px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
edit the highlighted portions to suit your needs.
once you've done your edits save the file and upload it to your server (includes/languages/english/rustic/header.php
If you haven't done so already, create a new logo and save it to includes/templates/rustic/images/logo.gif



Reply With Quote
