<?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;
+
+// Set the default skin
+$wgMFDefaultSkinClass = 'SkinMinerva';