Being bold and changing the default skin. Monobook est mort, vive le Vector!
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 13 May 2010 19:50:59 +0000 (19:50 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 13 May 2010 19:50:59 +0000 (19:50 +0000)
includes/DefaultSettings.php

index 1e3aa91..b0f742a 100644 (file)
@@ -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?