This is the default skin for the various Scratch Wikis.
- Download the contents of this repository and save them into $wgScriptPath/skins/ScratchWikiSkin2 (a new directory)
- Add the following line to LocalSettings.php:
wfLoadSkin( 'ScratchWikiSkin2' );
- If desired, set $wgDefaultSkin as follows:
$wgDefaultSkin = 'scratchwikiskin2';