Before the advent of using a css.php you could add a version number to the end of the file which would force it to update:
style.css?ver=1.0
How would you go about adding it to this?
<link href="css/00000001/css.php" rel="stylesheet" />
or can you? I need something that will push/force the latest changes to the CSS files.
style.css?ver=1.0
How would you go about adding it to this?
<link href="css/00000001/css.php" rel="stylesheet" />
or can you? I need something that will push/force the latest changes to the CSS files.
Comment