Page MenuHomeWolfplex

No OneTemporary

diff --git a/foreground.php b/foreground.php
index 3f9f4b6..bf7a0ae 100755
--- a/foreground.php
+++ b/foreground.php
@@ -1,58 +1,58 @@
<?php
/**
* WikiWonders foreground Skin
*
* @file
* @ingroup Skins
* @author WikiWonders <skins@wikiwonders.net>
* @license 2-clause BSD
*/
if( ! defined( 'MEDIAWIKI' ))
{
die("Wiki Wonders What You're Doing");
}
$wgExtensionCredits['skin'][] = array(
'path' => __FILE__,
'name' => 'Foreground',
'url' => 'http://foreground.wikiwonders.net/',
'author' => 'WikiWonders',
'descriptionmsg' => 'A MediaWiki skin that focuses on putting your content in the foreground.',
);
-$wgValidSkinNames['foreground'] = 'foreground';
+$wgValidSkinNames['foreground'] = 'Foreground';
$wgAutoloadClasses['Skinforeground'] = __DIR__.'/foreground.skin.php';
$wgExtensionMessagesFiles['foreground'] = __DIR__.'/foreground.i18n.php';
$wgResourceModules['skins.foreground'] = array(
'styles' => array(
'foreground/assets/stylesheets/normalize.css',
'foreground/assets/stylesheets/font-awesome.css',
'foreground/assets/stylesheets/foundation.css',
'foreground/assets/stylesheets/foreground.css',
'foreground/assets/stylesheets/foreground-print.css',
'foreground/assets/stylesheets/jquery.autocomplete.css',
'foreground/assets/stylesheets/responsive-tables.css'
),
'scripts' => array(
'foreground/assets/scripts/vendor/custom.modernizr.js',
'foreground/assets/scripts/vendor/fastclick.js',
'foreground/assets/scripts/foundation/foundation.js',
'foreground/assets/scripts/foundation/foundation.topbar.js',
'foreground/assets/scripts/foundation/foundation.dropdown.js',
'foreground/assets/scripts/foundation/foundation.section.js',
'foreground/assets/scripts/foundation/foundation.clearing.js',
'foreground/assets/scripts/foundation/foundation.cookie.js',
'foreground/assets/scripts/foundation/foundation.placeholder.js',
'foreground/assets/scripts/foundation/foundation.forms.js',
'foreground/assets/scripts/foundation/foundation.alerts.js',
'foreground/assets/scripts/foreground.js'
),
'remoteBasePath' => &$GLOBALS['wgStylePath'],
'localBasePath' => &$GLOBALS['wgStyleDirectory']
-);
\ No newline at end of file
+);

File Metadata

Mime Type
text/x-diff
Expires
Wed, Jun 4, 9:40 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
46258
Default Alt Text
(2 KB)

Event Timeline