I'm trying to replace the sidebox headers with images and have implemented this with 1 header, Categories (which has been renamed to Products).
The second header "Reviews" is not rendering, below is my code:
My includes/languages/CUSTOM/english.php reads:
and I have added in my includes/modules/sideboxes/CUSTOM/categories.php:Code:define('BOX_HEADING_REVIEWS', 'reviews_hdr.gif');
but it's producing only the image name, HERECode:$title = zen_image($template->get_template_dir(BOX_HEADING_CATEGORIES, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . BOX_HEADING_REVIEWS); $title_link = false;
Can someone please help to enlighten me


, very much appreciated. I followed the

