From 2833b07a7b833a17e0478125a00f15bc0158b8fb Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 13 May 2010 19:50:59 +0000 Subject: [PATCH] Being bold and changing the default skin. Monobook est mort, vive le Vector! --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1e3aa91e8f..b0f742ae2c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2676,7 +2676,7 @@ $wgDebugTidy = false; $wgValidateAllHtml = false; /** See list of skins and their symbolic names in languages/Language.php */ -$wgDefaultSkin = 'monobook'; +$wgDefaultSkin = 'vector'; /** * Should we allow the user's to select their own skin that will override the default? -- 2.20.1