Skip to content

Instantly share code, notes, and snippets.

@roboter
Last active December 23, 2015 17:39
Show Gist options
  • Save roboter/6670324 to your computer and use it in GitHub Desktop.
Save roboter/6670324 to your computer and use it in GitHub Desktop.
CSS cachebuster
<?php
function css($css_file)
{
echo '<link rel="stylesheet" href="/'.$css_file.'?filetime='.filemtime($css_file).'">';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment