Hi! I wanted to put tiny icons next to my sidebox headings: cart etc...I have done this my adding this to the english file:
PHP Code:
define('BOX_HEADING_SHOPPING_CART', ' Shopping Cart <img src="images/logos/cart.gif" alt="Cart" />');
is there a better way?