mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-10-27 23:47:35 +01:00
Might as well add the language shim and start prepping for MW upgrade to 1.23+ versions
This commit is contained in:
@@ -32,7 +32,9 @@ $wgValidSkinNames['pivot'] = 'Pivot';
|
||||
|
||||
$wgAutoloadClasses['SkinPivot'] = __DIR__.'/Pivot.skin.php';
|
||||
|
||||
$wgExtensionMessagesFiles['SkinPivot'] = __DIR__.'/Pivot.i18n.php';
|
||||
$wgMessagesDirs['SkinPivot'] = __DIR__ . '/i18n';
|
||||
|
||||
$wgExtensionMessagesFiles['SkinPivot'] = __DIR__ . '/Pivot.i18n.php';
|
||||
|
||||
$wgResourceModules['skins.pivot'] = array(
|
||||
'styles' => array(
|
||||
|
||||
Reference in New Issue
Block a user