Last active
August 29, 2015 14:11
-
-
Save nathangross/e5ff7943248cb142bbfe to your computer and use it in GitHub Desktop.
simple link and version of css file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- links to stylesheet and adds version number (filemtime) to force download newer css files --> | |
<link rel="stylesheet" href="<?php echo 'style.css' . '?' . filemtime('style.css'); ?>" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment