Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2676,7 +2676,7 @@ |
2677 | 2677 | $wgValidateAllHtml = false; |
2678 | 2678 | |
2679 | 2679 | /** See list of skins and their symbolic names in languages/Language.php */ |
2680 | | -$wgDefaultSkin = 'monobook'; |
| 2680 | +$wgDefaultSkin = 'vector'; |
2681 | 2681 | |
2682 | 2682 | /** |
2683 | 2683 | * Should we allow the user's to select their own skin that will override the default? |