Index: trunk/tools/mwmultiversion/wmf-config/CommonSettings.php |
— | — | @@ -196,12 +196,12 @@ |
197 | 197 | #$wgStyleSheetPath = '/w/skins-1.17'; |
198 | 198 | if ( $wgDBname == 'testwiki' ) { |
199 | 199 | // Make testing skin/JS changes easier |
200 | | - $wgExtensionAssetsPath = "$urlprotocol//test.wikipedia.org/w/extensions-1.17"; |
201 | | - $wgStyleSheetPath = "$urlprotocol//test.wikipedia.org/w/skins-1.17"; |
| 200 | + $wgExtensionAssetsPath = "$urlprotocol//test.wikipedia.org/w/extensions-" . $wgVersionDirectory; |
| 201 | + $wgStyleSheetPath = "$urlprotocol//test.wikipedia.org/w/skins-" . $wgVersionDirectory; |
202 | 202 | |
203 | 203 | } else { |
204 | | - $wgExtensionAssetsPath = "$urlprotocol//bits.wikimedia.org/w/extensions-1.17"; |
205 | | - $wgStyleSheetPath = "$urlprotocol//bits.wikimedia.org/skins-1.17"; |
| 204 | + $wgExtensionAssetsPath = "$urlprotocol//bits.wikimedia.org/w/extensions-" . $wgVersionDirectory; |
| 205 | + $wgStyleSheetPath = "$urlprotocol//bits.wikimedia.org/skins-" . $wgVersionDirectory; |
206 | 206 | } |
207 | 207 | $wgStylePath = $wgStyleSheetPath; |
208 | 208 | $wgArticlePath = "/wiki/$1"; |