aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2016-01-06 17:58:38 +0100
committerAlex Legler <alex@a3li.li>2016-01-06 17:58:38 +0100
commit0fa826b5981216e2420a5f8c710fb125f36e8288 (patch)
tree3e0199c42755af356ed88a887027136932248bd2 /Tyrian.php
parentTyrian sync (diff)
downloadskin-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.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'),
),