Commit: aedf63ee05c99ec8a36dc82e8a2bcd2b4836aa91 Author: Adam Harvey <[email protected]> Wed, 20 Nov 2013 13:17:14 -0800 Parents: 509bc1b650b995ffe6f7c561a5d68b86aecad053 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=aedf63ee05c99ec8a36dc82e8a2bcd2b4836aa91 Log: Bust ALL THE CACHES. Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index fbc3ca4..c20a9f4 100755 --- a/include/header.inc +++ b/include/header.inc @@ -39,8 +39,8 @@ if (isset($shortname) && $shortname) { <?php endforeach ?> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic|Source+Code+Pro&subset=latin,latin-ext' rel='stylesheet' type='text/css'> - <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/theme-base.css" media="screen" /> - <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/theme-medium.css" media="screen" /> + <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/theme-base.css?t=20131120" media="screen" /> + <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/theme-medium.css?t=20131120" media="screen" /> <?php if(isset($config['css']) && is_array($config['css'])): -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
