업데이트 README.md, .github/README.en.md
[liberty-mw-skin.git] / Liberty.php
blobbefb4a7f6e8843ecb53843e763f77b81b92fbc1c
1 <?php // @codingStandardsIgnoreLine
2 if ( function_exists( 'wfLoadSkin' ) ) {
3 wfLoadSkin( 'Liberty' );
4 $wgMessagesDirs['Liberty'] = __DIR__ . '/i18n';
5 return true;
6 } else {
7 die( 'This version of the Liberty skin requires MediaWiki 1.25+' );