From: Trevor Parscal Date: Tue, 19 Oct 2010 17:48:41 +0000 (+0000) Subject: Improves on r74964 by including PHP warnings emitted during a ResourceLoader response... X-Git-Tag: 1.31.0-rc.0~34426 X-Git-Url: http://git.cyclocoop.org/data/%7B%24admin_url%7Dconfig?a=commitdiff_plain;h=d474a92aa0a33520615aecc075631eb1a22c057a;p=lhc%2Fweb%2Fwiklou.git Improves on r74964 by including PHP warnings emitted during a ResourceLoader response in a comment at the end of the response - only while in debug mode. --- diff --git a/resources/Resources.php b/resources/Resources.php index 1ca2c40def..962ab8311a 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -11,6 +11,9 @@ return array( /* Skins */ + 'vector2e2e2' => new ResourceLoaderFileModule( + array( 'styles' => array( 'skins/vector/screen2e2e2.css' => array( 'media' => 'screen' ) ) ) + ), 'vector' => new ResourceLoaderFileModule( array( 'styles' => array( 'skins/vector/screen.css' => array( 'media' => 'screen' ) ) ) ),