From d474a92aa0a33520615aecc075631eb1a22c057a Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Tue, 19 Oct 2010 17:48:41 +0000 Subject: [PATCH] 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. --- resources/Resources.php | 3 +++ 1 file changed, 3 insertions(+) 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' ) ) ) ), -- 2.20.1