the logo is called logo.gif
header.php (which lives english/my-template/xxx)
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'easymail4you');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '800px');
define('HEADER_LOGO_HEIGHT', '148px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
But when I view source (from firefox) it's pulling the image above from default template/images not from my my-template/images.
thanks



