diff options
author | Alex Legler <alex@a3li.li> | 2016-01-06 17:58:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2016-01-06 17:58:38 +0100 |
commit | 0fa826b5981216e2420a5f8c710fb125f36e8288 (patch) | |
tree | 3e0199c42755af356ed88a887027136932248bd2 /Tyrian.php | |
parent | Tyrian sync (diff) | |
download | skin-tyrian-0fa826b5981216e2420a5f8c710fb125f36e8288.tar.gz skin-tyrian-0fa826b5981216e2420a5f8c710fb125f36e8288.tar.bz2 skin-tyrian-0fa826b5981216e2420a5f8c710fb125f36e8288.zip |
Adapt to MediaWiki 1.26
Also, if anyone reads this who is knowledgeable on the MediaWiki
ResourceLoader, how do I make my skin load a javascript file?
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'), ), |