Commit: be886f0f83d6a0b48d375965d68eb94ad4c72048 Author: Adam Harvey <[email protected]> Wed, 20 Nov 2013 13:17:14 -0800 Parents: abd285c55eaaddb608b70b50165a33417402619e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=be886f0f83d6a0b48d375965d68eb94ad4c72048 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
