]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/templates/default/mw-ext-MobileFrontend.inc.php.erb
set default mobile skin to Minerva
[chef.git] / cookbooks / mediawiki / templates / default / mw-ext-MobileFrontend.inc.php.erb
index dc906efea5d6ec9f8a4a6be6d3548162080b712a..dc6834123b6bfd3b83edd509a646ddc9f53cc9d8 100644 (file)
@@ -1,6 +1,10 @@
 <?php
 # DO NOT EDIT - This file is being maintained by Chef
 <?php
 # DO NOT EDIT - This file is being maintained by Chef
-wfLoadExtension( 'MobileFrontend' );
+
+wfLoadExtension('MobileFrontend');
 
 // Enable detection in PHP. Disable this if you put MW behind a caching layer
 $wgMFAutodetectMobileView = true;
 
 // Enable detection in PHP. Disable this if you put MW behind a caching layer
 $wgMFAutodetectMobileView = true;
+
+// Set the default skin
+$wgMFDefaultSkinClass = 'SkinMinerva';