How do I change the default skin for users that are not logged in
From PaulGuWiki
Set $wgDefaultSkin = 'monobook'; in LocalSettings.php (see example).
Make sure that the quoted skin is in lowercase in the LocalSettings.php file (ie: 'monobook', not 'MonoBook') regardless of how the skin name is actually capitalized.
