Hi,

I'm trying to put an image in the featured products sidebox head and it isn't working. I've followed the same instructions that I changed my other boxes, but for some reason, it isn't working on the featured products one.

The site is at www.onlinebook-store.com

What I've done so far...

1. created a new image for the box head and titled it box_head_featured_products.gif and uploaded it to catalog>included>templates>custom>images

2. Changed line in includes>languages>custom>english.php from

define('BOX_HEADING_FEATURED_PRODUCTS', 'Featured');

to

define('BOX_HEADING_FEATURED_PRODUCTS', 'box_head_featured_products.gif');

3. Changed line in includes>modules>sideboxes>custom>featured.php from

$title = BOX_HEADING_FEATURED_PRODUCTS;

to

$title = zen_image($template->get_template_dir(BOX_HEADING_FEATURED_PRODUCTS, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . BOX_HEADING_FEATURED_PRODUCTS, HEADER_ALT_TEXT);

This has worked on the other boxes I've changed so far, but isn't working on this one. Any help would be much appreciated!

Billie =0)