[SOLVED]How to set a global variable for background paths?
Posted: Tue May 14, 2013 10:14 am
Within CMSMS 1.11.6, I have the following background property in my style sheet:
But is it possible to do something like this in the style sheet...
...without breaking anything and keeping the front-end code valid?
Thanks
Code: Select all
background: url(/dev/uploads/images/socialbar.gif) no-repeat;
Code: Select all
background: url({$bgpath}/socialbar.gif) no-repeat;
Thanks