|
@@ -19,8 +19,12 @@ $wgExtensionCredits['skin'][] = array(
|
|
'path' => __FILE__,
|
|
'path' => __FILE__,
|
|
'name' => 'Foreground',
|
|
'name' => 'Foreground',
|
|
'url' => 'http://foreground.thingelstad.com/',
|
|
'url' => 'http://foreground.thingelstad.com/',
|
|
- 'author' => 'Garrick Van Buren, Jamie Thingelstad, Others...',
|
|
|
|
- 'descriptionmsg' => 'foreground-desc',
|
|
|
|
|
|
+ 'author' => array(
|
|
|
|
+ 'Garrick Van Buren',
|
|
|
|
+ 'Jamie Thingelstad',
|
|
|
|
+ '...'
|
|
|
|
+ ),
|
|
|
|
+ 'descriptionmsg' => 'foreground-desc'
|
|
);
|
|
);
|
|
|
|
|
|
$wgValidSkinNames['foreground'] = 'Foreground';
|
|
$wgValidSkinNames['foreground'] = 'Foreground';
|