|
@@ -16,8 +16,8 @@ if( ! defined( 'MEDIAWIKI' ))
|
|
|
|
|
|
$wgExtensionCredits['skin'][] = array(
|
|
|
'path' => __FILE__,
|
|
|
- 'name' => 'foreground',
|
|
|
- 'url' => 'http://wikiwonders.net/wiki/Foreground',
|
|
|
+ 'name' => 'Foreground',
|
|
|
+ 'url' => 'http://foreground.wikiwonders.net/',
|
|
|
'author' => 'WikiWonders',
|
|
|
'descriptionmsg' => 'A MediaWiki skin that focuses on putting your content in the foreground.',
|
|
|
);
|
|
@@ -51,4 +51,4 @@ $wgResourceModules['skins.foreground'] = array(
|
|
|
),
|
|
|
'remoteBasePath' => &$GLOBALS['wgStylePath'],
|
|
|
'localBasePath' => &$GLOBALS['wgStyleDirectory']
|
|
|
-);
|
|
|
+);
|