In my php file i have code as\[code\]$smarty->assign("path","http://xyz.com")\[/code\]In my css file i want to use this pathsay\[code\]<img src="http://stackoverflow.com/questions/12767094/~$path\[/code\]/images/myImage.jpg">`but this is not working , how to include this path in external css file ?