]> 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 dc906efea5d6ec9f8a4a6be6d3548162080b712a..85da86148a7f9160a779903b37bdf5f00e12eb93 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 = 'SkinVector';