X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerOutput.php;h=84d115b51de32d92db582813d6febd6eb7f77e2b;hb=cf69bb176b9fb39502454614e67750bba07d3d4c;hp=972d8ac4177a0be9dd7477028d7ae2a9da412288;hpb=7201be76e70a1193cc8a1b4d06bcdc35a81c047c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index 972d8ac417..84d115b51d 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -116,9 +116,15 @@ class WebInstallerOutput { // by '../skins/$skinName/images/', where $skinName is what appears // before the last '/' in each of the strings. $cssFileNames = array( - "common/shared.css", - "vector/screen.css", - "common/config.css", + + // Basically the "skins.vector" ResourceLoader module styles + 'common/commonElements.css', + 'common/commonContent.css', + 'common/commonInterface.css', + 'vector/screen.css', + + // mw-config specific + 'common/config.css', ); $css = ''; @@ -147,7 +153,7 @@ class WebInstallerOutput { } /** - * to index.php?css=foobar for the + * "" to index.php?css=foobar for the "" * @return String */ private function getCssUrl( ) {