]> git.openstreetmap.org Git - chef.git/commitdiff
Set the default skin for the mediawiki mobile frontend
authorTom Hughes <tom@compton.nu>
Sun, 8 Jul 2018 09:21:17 +0000 (10:21 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 8 Jul 2018 09:21:17 +0000 (10:21 +0100)
cookbooks/mediawiki/templates/default/mw-ext-MobileFrontend.inc.php.erb

index 8057d9d24d814667cff8c7f17513b7ed52873015..85da86148a7f9160a779903b37bdf5f00e12eb93 100644 (file)
@@ -5,3 +5,6 @@ wfLoadExtension('MobileFrontend');
 
 // Enable detection in PHP. Disable this if you put MW behind a caching layer
 $wgMFAutodetectMobileView = true;
 
 // Enable detection in PHP. Disable this if you put MW behind a caching layer
 $wgMFAutodetectMobileView = true;
+
+// Set the default skin
+$wgMFDefaultSkinClass = 'SkinVector';