My project is in PHP, I need change the image folder name in css files dynamically,
ie.,
# all.css file
.html{
background: url(../img/login.gif) no-repeat scroll 0 -36px;
.....
}
I need change the folder name "img" to "image" or "styleimg" etc., depends on the templatewise. How is it possible with the php file ?