Define fallback skin using $wgFallbackSkin instead of hardcoding Vector
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 3ef59b3..09f9a6a 100644 (file)
@@ -2963,6 +2963,13 @@ $wgValidateAllHtml = false;
  */
 $wgDefaultSkin = 'vector';
 
+/**
+ * Fallback skin used when the skin defined by $wgDefaultSkin can't be found.
+ *
+ * @since 1.24
+ */
+$wgFallbackSkin = 'vector';
+
 /**
  * Specify the names of skins that should not be presented in the list of
  * available skins in user preferences. If you want to remove a skin entirely,