InstallingMediaWiki
skins can be installed as follows:
- Use the File manager to upload the tarball and extract the package under /app/data/skins.
- Change the ownership of the newly uploaded directory to www-data
- Load the skin in /app/data/LocalSettings.php by adding this line:
wfLoadSkin( '<skin-name>' ); - The default skin for new users can be changed by adding this line to /app/data/LocalSettings.php:
$wgDefaultSkin = '<skin-name>';
Suppressing skins
To
suppress one or more skins add the following line to
/app/data/LocalSettings.php:
$wgSkipSkins = array( "cologneblue", "monobook" )