Hi, I did do a search for help with this, but couldn't find what i was after, so...

In the language files (i have created overrides), e.g. 'mytemplate/english.php' my image source (path) code looks like this:

Code:
 
// categories box text in sideboxes/categories.php
  define('BOX_HEADING_CATEGORIES', '<img src="http://www.logo-golfballs.co.uk/shop/includes/templates/future_zen/images/head-categories-left.gif" alt="Categories" vspace="4"/>');
Is there a better way of doing this?

The problem with this is that if i want to use the template again I have to go through and change all the paths (to reflect a different URL).

I am probably doing this completely wrong, so advice would be appreciated.

Also, i could then submit one of my templates as a contribution if i xould get this sorted (and a few other little tweaks)