diff -Naur mediawiki-1.19.2/resources/Resources.php wiki/resources/Resources.php --- mediawiki-1.19.2/resources/Resources.php 2012-08-31 00:25:35.000000000 +0200 +++ wiki/resources/Resources.php 2012-10-30 00:57:07.000000000 +0100 @@ -44,6 +44,19 @@ 'remoteBasePath' => $GLOBALS['wgStylePath'], 'localBasePath' => $GLOBALS['wgStyleDirectory'], ), + 'skins.magellan' => array( + 'styles' => array( + 'common/commonElements.css' => array( 'media' => 'screen' ), + 'common/commonContent.css' => array( 'media' => 'screen' ), + 'common/commonInterface.css' => array( 'media' => 'screen' ), + 'magellan/main.css' => array( 'media' => 'screen' ), + 'magellan/magellannavbar.css' => array( 'media' => 'screen' ), + 'magellan/magellan.css' => array( 'media' => 'screen' ), + 'magellan/print.css' => array( 'media' => 'print' ), + ), + 'remoteBasePath' => $GLOBALS['wgStylePath'], + 'localBasePath' => $GLOBALS['wgStyleDirectory'], + ), 'skins.nostalgia' => array( 'styles' => array( 'nostalgia/screen.css' => array( 'media' => 'screen' ) ), 'remoteBasePath' => $GLOBALS['wgStylePath'],