Buttin in on me mate kurio here:
in the header.php file ( you should currently have one for English and one for Japanese)) find this code:
Code:
// 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');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
Resort to the default tpl_header.php file as this is already a pre defined constant and change the text for each header.php to your text; for english it would be:
Code:
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Click here to return to the Global Peace Campaign Store Top Page');
define('HEADER_SALES_TEXT', 'TagLine Here');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
And it's comparable for Japanese in the header.php file for /languages/Japanese