1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-10-27 23:47:35 +01:00

Pivot will only support MW version 1.23 >, remove lang shim

This commit is contained in:
Tom Hutchison
2015-11-04 14:24:05 -05:00
parent a98d04e3ac
commit c0ac4549ad
4 changed files with 17 additions and 40 deletions

View File

@@ -18,7 +18,7 @@ if ( ! defined('MEDIAWIKI'))
$wgExtensionCredits['skin'][] = array(
'path' => __FILE__,
'name' => 'Pivot',
'name' => 'skinname-pivot',
'url' => 'http://github.com/hutchy68/pivot/',
'author' => array(
'Tom Hutchison',
@@ -34,8 +34,6 @@ $wgAutoloadClasses['SkinPivot'] = __DIR__.'/Pivot.skin.php';
$wgMessagesDirs['SkinPivot'] = __DIR__ . '/i18n';
$wgExtensionMessagesFiles['SkinPivot'] = __DIR__ . '/Pivot.i18n.php';
$wgResourceModules['skins.pivot'] = array(
'styles' => array(
'pivot/assets/stylesheets/normalize.css',