Commit: fef8c25ae5b44ef5f70a8fc985225d1cbae57b5e Author: Ferenc Kovacs <[email protected]> Thu, 13 Dec 2012 18:18:32 +0100 Parents: 96c235ad0b807e7c7255fd361c5cc4d572856c31 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fef8c25ae5b44ef5f70a8fc985225d1cbae57b5e 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
