From: Tom Hughes Date: Sun, 8 Jul 2018 09:21:17 +0000 (+0100) Subject: Set the default skin for the mediawiki mobile frontend X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/de35735cb792dd99730abebbbf16819e778251d8?ds=sidebyside Set the default skin for the mediawiki mobile frontend --- diff --git a/cookbooks/mediawiki/templates/default/mw-ext-MobileFrontend.inc.php.erb b/cookbooks/mediawiki/templates/default/mw-ext-MobileFrontend.inc.php.erb index 8057d9d24..85da86148 100644 --- a/cookbooks/mediawiki/templates/default/mw-ext-MobileFrontend.inc.php.erb +++ b/cookbooks/mediawiki/templates/default/mw-ext-MobileFrontend.inc.php.erb @@ -5,3 +5,6 @@ wfLoadExtension('MobileFrontend'); // Enable detection in PHP. Disable this if you put MW behind a caching layer $wgMFAutodetectMobileView = true; + +// Set the default skin +$wgMFDefaultSkinClass = 'SkinVector';