Page Menu
Home
Wolfplex
Search
Configure Global Search
Log In
Files
F422391
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
View Options
diff --git a/foreground.php b/foreground.php
index a27b0d9..11e183d 100755
--- a/foreground.php
+++ b/foreground.php
@@ -1,54 +1,54 @@
<?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://wikiwonders.net/wiki/Foreground',
'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/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/foundation/foundation.js',
'Foreground/assets/scripts/foundation/foundation.topbar.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
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Aug 8, 12:10 AM (17 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
65012
Default Alt Text
(2 KB)
Attached To
rKIBA kiba-one
Event Timeline
Log In to Comment