|
@@ -42,7 +42,7 @@ $wgMessagesDirs['SkinForeground'] = __DIR__ . '/i18n';
|
|
|
$wgExtensionMessagesFiles['SkinForeground'] = __DIR__ . '/Foreground.i18n.php';
|
|
|
|
|
|
$wgResourceModules['skins.foreground.styles'] = array(
|
|
|
- 'position' => 'top'
|
|
|
+ 'position' => 'top',
|
|
|
'styles' => array(
|
|
|
'foreground/assets/stylesheets/normalize.css',
|
|
|
'foreground/assets/stylesheets/font-awesome.css',
|
|
@@ -57,7 +57,7 @@ $wgResourceModules['skins.foreground.styles'] = array(
|
|
|
);
|
|
|
|
|
|
$wgResourceModules['skins.foreground.js'] = array(
|
|
|
- 'position' => 'bottom'
|
|
|
+ 'position' => 'bottom',
|
|
|
'scripts' => array(
|
|
|
'foreground/assets/scripts/vendor/custom.modernizr.js',
|
|
|
'foreground/assets/scripts/vendor/fastclick.js',
|