LocalSettings: enable new Vector by default for new accounts

Ensure that the wiki's look for new users matches what they see before registering (i.e. the default).
This commit is contained in:
nl6720 2021-12-21 12:58:44 +02:00 committed by Jelle van der Waa
parent 5b43f15fb1
commit 59b961bdec
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ wfLoadSkin( 'MonoBook' );
wfLoadSkin( 'Vector' );
$wgVectorResponsive = true;
$wgVectorDefaultSkinVersion = '2';
$wgVectorDefaultSkinVersionForNewAccounts = '2';
wfLoadExtension( 'ArchLinux' );
$wgDefaultSkin = 'vector';
$wgDefaultUserOptions['skin'] = 'vector';