__FILE__, 'name' => 'ZedDocs', 'url' => "[...]", 'author' => '[http://digitalvision.se]', 'descriptionmsg' => 'This is a skin based on Vector but with Digital Vision banner and a few other changes.', ); $wgValidSkinNames['zeddocs'] = 'ZedDocs'; $wgAutoloadClasses['SkinZedDocs'] = __DIR__ . '/ZedDocs.skin.php'; $wgExtensionMessagesFiles['ZedDocs'] = __DIR__ . '/ZedDocs.i18n.php'; $wgResourceModules['skins.zeddocs'] = array( 'styles' => array( 'css/screen.css' => array( 'media' => 'screen' ), ), 'remoteSkinPath' => 'ZedDocs', 'localBasePath' => __DIR__, );