Hi, I'm changing the sideboxes to my images. The php in the tutorial says to do this:

Now in includes/modules/sideboxes/CUSTOM/categories.php Find this:

$title = BOX_HEADING_CATEGORIES;

and change it to:

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

But in the Search and Currencies boxes I have to change it from this:

$title = '<label>' . BOX_HEADING_CURRENCIES . '</label>';

I'm not sure what to do with the <labels>. Take a look at my website-You'll see the missing images:

http://diginirvana.com/zen_cart/store
THanks!