]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/templates/default/mw-ext-MobileFrontend.inc.php.erb
Set the default skin for the mediawiki mobile frontend
[chef.git] / 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;
+
+// Set the default skin
+$wgMFDefaultSkinClass = 'SkinVector';