diff options
Diffstat (limited to 'Tyrian.php')
-rw-r--r-- | Tyrian.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'), ), |