Page MenuHomeWolfplex

No OneTemporary

diff --git a/foreground.php b/foreground.php
index 2de1f32..62c0be2 100755
--- a/foreground.php
+++ b/foreground.php
@@ -1,39 +1,39 @@
<?php
/**
* foreground.com foundation wiki skin.
*
* @file
* @ingroup Skins
* @author WikiWonders <skins@wikiwonders.net>
* @license 2-clause BSD
*/
if( ! defined( 'MEDIAWIKI' ))
{
die('Wiki Wonders What Youre Doing');
}
$wgExtensionCredits['skin'][] = array(
'path' => __FILE__,
- 'name' => 'foreground',
- 'url' => '[http://wikiwonders.net]',
- 'author' => '[http://wikiwonders.net WikiWonders]',
- 'descriptionmsg' => 'The base WikiWonders skin with Zurbs Foundation atop it',
+ 'name' => 'Foreground',
+ 'url' => 'http://wikiwonders.net/wiki/Foreground',
+ 'author' => 'Garrick van Buren',
+ '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' => array('media' => 'screen'),
'foreground/assets/stylesheets/foundation.css' => array('media' => 'screen'),
'foreground/assets/stylesheets/foreground.css' => array('media' => 'screen'),
'foreground/assets/stylesheets/jquery.autocomplete.css' => array('media' => 'screen'),
'foreground/assets/stylesheets/responsive-tables.css' => array('media' => 'screen')
),
'remoteBasePath' => &$GLOBALS['wgStylePath'],
'localBasePath' => &$GLOBALS['wgStyleDirectory']
-);
\ No newline at end of file
+);

File Metadata

Mime Type
text/x-diff
Expires
Fri, Aug 8, 12:38 AM (17 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
65035
Default Alt Text
(1 KB)

Event Timeline