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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user