Hello, I'm trying to replace the 'centerBoxHeading' titles 'New Products' 'Featured Products' etc. with an image. Think I've figured out where to do it: e.g. in new_products.php
$title = '<h2 class="centerBoxHeading">' . sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')) . '</h2>';
possibly needs to replaced with:
$title = '<h2 class="centerBoxHeading">' . 'Image Here!' . '</h2>';
but I'm not sure what to write for 'Image Here!'
Patrick.




