Quote Originally Posted by dharma View Post
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?
I've done stuff like that plenty of times. If it works, it works! Now, you can also do stuff like this with css, if you wanted to add a background image to sidebox headings and adjust it there. But that is a fine way to do it.