From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- skins/Chick.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'skins/Chick.php') diff --git a/skins/Chick.php b/skins/Chick.php index b7cef695..2362263c 100644 --- a/skins/Chick.php +++ b/skins/Chick.php @@ -21,14 +21,15 @@ class SkinChick extends SkinTemplate { var $skinname = 'chick', $stylename = 'chick', $template = 'MonoBookTemplate', $useHeadElement = true; + /** + * @param $out OutputPage + */ function setupSkinUserCss( OutputPage $out ){ parent::setupSkinUserCss( $out ); $out->addModuleStyles( 'skins.chick' ); // TODO: Migrate all of these to RL - $out->addStyle( 'chick/IE50Fixes.css', 'screen,handheld', 'lt IE 5.5000' ); - $out->addStyle( 'chick/IE55Fixes.css', 'screen,handheld', 'IE 5.5000' ); $out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' ); } } -- cgit v1.2.3-54-g00ecf