Skin:Jony
Jump to navigation
Jump to search
Jony Release status: stable |
|
---|---|
![]() |
|
MediaWiki | 1.28+ |
License | No license specified |
Download | GitHub: Note: |
Translate the Jony skin if it is available at translatewiki.net | |
Check usage and version matrix; |
Installation[edit]
- Download and place the file(s) in a directory called
Jony
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadSkin( 'Jony' );
Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
To users running MediaWiki 1.24 or earlier:
The instructions above describe the new way of installing skins using wfLoadSkin()
, since MediaWiki 1.25. If you need to install this skin in earlier versions, instead of wfLoadSkin( 'Jony' );
, you need to use:
require_once "$IP/skins/Jony/Jony.php";
(To run an skin on an earlier release, you may need to download the version of it tagged for that release from Special:SkinDistributor.)