|
@@ -8,12 +8,12 @@ It uses the Zurb Foundation (http://foundation.zurb.com) CSS framework.
|
|
|
|
|
|
Clone this repository to your `skins` directory and add the following line to your `LocalSettings.php` file.
|
|
|
|
|
|
- require_once($IP.'/skins/wikiwonders-foreground/foreground.php');
|
|
|
+ require_once($IP.'/skins/Foreground/foreground.php');
|
|
|
|
|
|
-Now find the `$wgDefaultSkin` variable and set it to `foreground`.
|
|
|
+Now find the `$wgDefaultSkin` variable and set it to `Foreground`.
|
|
|
|
|
|
## License
|
|
|
|
|
|
Copyright 2013 WikiWonders
|
|
|
|
|
|
-Released under the GPL
|
|
|
+Released under the GPL
|