X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9bb3e9e832b7b34d4fe72ee206a5208c979e1e2c..9e03d492b9c579e668528f02c159c89ab056fa7c:/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';