Misty -
Thanks for the reply and seeting up the demo.
It is exaclty what I am trying to accomplish....
However (Aarghhh...) This is what gets frustrating...

Originally Posted by
misty
Altered only one file....
/includes/languages/english/zj_black/header.php
I don't this file in this location!
I have: /includes/languages/zj_black/english.php
but it does not "define HEADER_SALES_TEXT"
I have /includes/languages/english/header.php
It does "define HEADER_SALES_TEXT" and it has the code:
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Art Cards from the Heart :: Original work from Ann Juttner');
define('HEADER_SALES_TEXT', '<img src="http://www.carded.biz/shop/images/tag.gif">');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
I DON'T have a zj_black folder under /includes/languages/english.
I also have /includes/templates/zj_black/common/tpl_header/php and I have already copied that code in my previous post...
I don't understand why you would have a different file structure than mine. I downloaded the ZJ templates to my local computer and unzipped their files - I got the same structure as I have on my server.
Should I just create the folder and copy the header file from ../english/header.php to ../../english/zj_black/header.php?
(a few days ago, I would had just done it to see what happpens, but now I am getting 'gun shy'... )
Sorry, to keep making these lengthy posts, but I am trying to clarify things...