From de35735cb792dd99730abebbbf16819e778251d8 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 8 Jul 2018 10:21:17 +0100 Subject: [PATCH] Set the default skin for the mediawiki mobile frontend --- .../templates/default/mw-ext-MobileFrontend.inc.php.erb | 3 +++ 1 file changed, 3 insertions(+) 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'; -- 2.43.2