X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSetup.php;h=51368b173054a10af69fe0dd606602376ac52684;hb=cc54e1fa85762cf5b0f891ff0271b780eda28019;hp=a1bca22b72116d8ff576d063ae8bde6cac642978;hpb=9e0774551bec9201de2f26521a13a81acd7c5fbd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index a1bca22b72..51368b1730 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -601,6 +601,13 @@ $wgTitle = null; $wgDeferredUpdateList = array(); +// Enable default skins. +// This is hacky and bad, but it will go away before 1.24 release (or so I hope). +// These lines should eventually be placed in skins' meta definition files, and loaded by a +// require_once for each skin file generated by the installer and placed in LocalSettings.php. +$wgValidSkinNames['monobook'] = 'MonoBook'; +$wgValidSkinNames['vector'] = 'Vector'; + wfProfileOut( $fname . '-globals' ); wfProfileIn( $fname . '-extensions' );