Make sure that simple skin has the shared CSS and print CSS.
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Fri, 25 Jun 2010 14:40:45 +0000 (14:40 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Fri, 25 Jun 2010 14:40:45 +0000 (14:40 +0000)
Simple was the last skin not to support the shared elements.

skins/Simple.php

index 416dc3f..61564c2 100644 (file)
@@ -22,6 +22,8 @@ class SkinSimple extends SkinTemplate {
                $template = 'MonoBookTemplate', $useHeadElement = true;
 
        function setupSkinUserCss( OutputPage $out ){
+               parent::setupSkinUserCss( $out );
+
                $out->addStyle( 'simple/main.css', 'screen' );
                $out->addStyle( 'simple/rtl.css', '', '', 'rtl' );
        }