<?php
# DO NOT EDIT - This file is being maintained by Chef
-#!!! NEEDS REQUIRE !!!
-require_once($IP .'/extensions/MobileFrontend/MobileFrontend.php');
-#!!! NEEDS REQUIRE !!!
+wfLoadExtension('MobileFrontend');
// Enable detection in PHP. Disable this if you put MW behind a caching layer
$wgMFAutodetectMobileView = true;
+
+// Set the default skin
+$wgMFDefaultSkinClass = 'SkinMinerva';