Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 372 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 372 Bytes

This is the default skin for the various Scratch Wikis.

Installation

  1. Download the contents of this repository and save them into $wgScriptPath/skins/ScratchWikiSkin2 (a new directory)
  2. Add the following line to LocalSettings.php:
wfLoadSkin( 'ScratchWikiSkin2' );
  1. If desired, set $wgDefaultSkin as follows:
$wgDefaultSkin = 'scratchwikiskin2';