X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9bb3e9e832b7b34d4fe72ee206a5208c979e1e2c..0b38187153c7cd47c6690c9741580751b4af24a1:/cookbooks/mediawiki/templates/default/mw-ext-MobileFrontend.inc.php.erb 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..dc6834123 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 = 'SkinMinerva';