Commit: 195da8406565a3e27eb49edff01e844b190488c1 Author: Ferenc Kovacs <[email protected]> Thu, 13 Dec 2012 18:18:32 +0100 Parents: a5612288e63edec8577743e5d9a0ed5956c990ae Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=195da8406565a3e27eb49edff01e844b190488c1 Log: ugly hack to force updated css to be fetched from static.php.net until somebody on [email protected] figures out why myracloud serving a days old version Changed paths: M include/layout.inc Diff: diff --git a/include/layout.inc b/include/layout.inc index be381e5..7b1e1d8 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -208,7 +208,7 @@ function site_header($title = '', $config = array()) <head{$profile}> <title>PHP{$title}</title> <style type="text/css" media="all"> - @import url("{$_SERVER['STATIC_ROOT']}/styles/site.css"); + @import url("{$_SERVER['STATIC_ROOT']}/styles/site.css?r=1"); @import url("{$_SERVER['STATIC_ROOT']}/styles/{$mirror_specific_style}.css"); $import_rtl </style> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
