Your use of the information on Hobbs Knowledge Base is at your own risk and I accept no responsibility for any damage caused. More info here.
How To Hide Non-Default MediaWiki Skins
From Hobbs Knowledge Base
Summary
In order to hide all non-default skins so users are forced to use the default MonoBook skin, add the following line to "LocalSettings.php":
$wgSkipSkins = array( 'cologneblue', 'chick', 'myskin', 'nostalgia', 'simple', 'standard' );
| If the information on this page is either out-of-date, incorrect, or if you'd just like more information then please Contact Me. |

