How to change MediaWiki skin
From Collectivesolver
The default skin is "monobook" you can find it in "/skins/monobook" path.
To change MediaWiki skin edit the LocalSettings.php file, search and change or insert the following line:
- $wgDefaultSkin = "your selected skin";
Example:
- $wgDefaultSkin = "modern";
The following skins are available and installed with MediaWiki:
- modern
- monobook
- simple

