|
@@ -23,7 +23,9 @@ After that, you can issue `git pull` to update the code at anytime.
|
|
|
|
|
|
Once the skin is in place add the following line to your `LocalSettings.php` file.
|
|
|
|
|
|
- require_once "$IP/skins/foreground/foreground.php";
|
|
|
+ require_once "$IP/skins/foreground/foreground.php"; //MW versions < 1.25.x
|
|
|
+
|
|
|
+ wfLoadSkin( 'foreground' ); //MW versions 1.25 and higher
|
|
|
|
|
|
This will activate Foreground in your installation. At this point you can select it as a user skin in your user preferences.
|
|
|
|