-
Notifications
You must be signed in to change notification settings - Fork 10
Installing
Jeremy D edited this page Nov 2, 2020
·
4 revisions
- Download version 1.1
- Unzip the file then rename folder to smfcurve
- Copy it into skins folder
- Open your LocalSettings.php file and add the following line to the end of the file
require_once "$IP/skins/smfcurve/smfcurve.php";
- Download version 1.2
- Unzip the file then copy it into skins folder
- Open your LocalSettings.php file and add the following line to the end of the file
wfLoadSkin( 'smfCurve' );
- Download version master
- Unzip the file then copy it into skins folder named "smfcurve2"
- Open your LocalSettings.php file and add the following line to the end of the file
wfLoadSkin( 'smfcurve2' );
- To set this as your default skin add the following to the end of the file
$wgDefaultSkin = 'smfcurve2';