array( 'type' => 'script' ), 'MediaWiki:Common.css' => array( 'type' => 'style' ), 'MediaWiki:' . ucfirst( $context->getSkin() ) . '.js' => array( 'type' => 'script' ), 'MediaWiki:' . ucfirst( $context->getSkin() ) . '.css' => array( 'type' => 'style' ), 'MediaWiki:Print.css' => array( 'type' => 'style', 'media' => 'print' ), ); if ( $wgHandheldStyle ) { $pages['MediaWiki:Handheld.css'] = array( 'type' => 'style', 'media' => 'handheld' ); } return $pages; } /* Methods */ /** * Gets group name * * @return String: Name of group */ public function getGroup() { return 'site'; } }