Within my CSS I would like to display the URL of where my template files are located (I want to display images on the HTML and images within the CSS). I have read over the EE documentation but there doesn’t seem to be a tag that does that? (Correct me if I’m wrong).
I’m assuming the most efficient way to display the URL of the files where the template is located would be by defining a global variable under path.php with the location to these files?
The way I have set this is up is by using the a themes folder in the expression engine, within this theme folder I can see the template group of the theme I’m working on and within that I have the images and other template files.
EE Folder > Theme Folder > My_Theme Folder > Images Folder
Thanks for your help!