Okay, now, so I was cogitating on this last night, right? And I thought, well, if this is the way to go:
// 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');
if ($this_is_home_page) {
/* These definitions apply to your home page only */
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo_for_home_page.gif');
} else {
/* These definitions apply to all other pages */
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
}
.... right, the way you originally suggested, then you wouldn't have to mess with a header background, you could just make your header logo 750x350 and then another version 750x100, and center it each time, so it would fill up the space you alloted. Wouldn't that work?
It's ironic, one of my first changes to the classic template was to get that logo out of there! LOL
CultureClick the toddler Zenner


Reply With Quote

