wiki: set default theme

This commit is contained in:
quitte 2023-08-23 15:26:58 +02:00
parent edac0c3eba
commit af6119a0ec

View file

@ -55,6 +55,7 @@ in
$wgAllowUserCss = true; $wgAllowUserCss = true;
$wgUseAjax = true; $wgUseAjax = true;
$wgEnableMWSuggest = true; $wgEnableMWSuggest = true;
$wgDefaultSkin = 'timeless';
//TODO what about $wgUpgradeKey ? //TODO what about $wgUpgradeKey ?