Define the constant HEADING_TITLE as the image in the Language file for the page.
Can you please explain your instruction above for me?
I want to have an title image for each of these pages: New, Featured, Specials. I tried going into:
/includes/languages/english/specials.php
/includes/languages/english/products_new.php
/includes/languages/english/products_all.php
and changed this:
Code:
define('HEADING_TITLE', 'new products');
to this:
Code:
define('HEADING_TITLE', 'my_new_image.gif');
but all that did was print those words "my_new_image.gif" as the new heading title for that page. Not sure what else to try... :)
thanks!