right now I can only reference an img in my images folder like this
Code
<img src="themes/DesRat/images/storybox-content-right-px1.gif">
I'd like to be able to just have
Code
<img src="/images/storybox-content-right-px1.gif">
So I (or someone else using my theme) can change the theme/folder name without there being any problems.
I've seen a ._WHERE_IS_PERSO. used somewhere similarly but I don't know how to do it.
Help PLease?
