Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category Page Headers


schlegk

Recommended Posts

I use graphic headers on each of my category pages, but my site is in English and German. Any idea how I can use 1 graphic for the English pages and a different one for the German version?

 

Karim

 

The simple method of having images in the box heading is to replace the heading text value with an image. This can be done by editing the main language file in the includes/languages/ directory, for example includes/languages/english.php.

 

To replace the Categories box heading with an image, the heading title definition of BOX_HEADING_CATEGORIES will need to be changed from:

 

define('BOX_HEADING_CATEGORIES', 'Categories');

 

To:

 

define('BOX_HEADING_CATEGORIES', '<img src="images/a_graphic_image.gif">');

Link to comment
Share on other sites

Thanks, but I don't want images in the Box Heading, but on the individuals pages you see when you click on a particular category. I have them in English now, but on my German pages...they are still in English.

 

Karim

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...