aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Tyrian.php')
-rw-r--r--Tyrian.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tyrian.php b/Tyrian.php
index 4ce80e3..e800bfe 100644
--- a/Tyrian.php
+++ b/Tyrian.php
@@ -3,7 +3,7 @@
* Tyrian -- the new look of gentoo.org
* MediaWiki implementation based on MonoBook nouveau.
*
- * Copyright (C) 2014-2015 Alex Legler <a3li@gentoo.org>
+ * Copyright (C) 2014-2016 Alex Legler <a3li@gentoo.org>
*/
$wgExtensionCredits['skin'][] = array(
@@ -26,6 +26,7 @@ $wgValidSkinNames['tyrian'] = 'Tyrian';
// Register modules
$wgResourceModules['skins.tyrian.styles'] = array(
+ 'position' => 'top',
'styles' => array(
'main.css' => array('media' => 'screen'),
),