@@ 300-305 (lines=6) @@ | ||
297 | } |
|
298 | ||
299 | // Inline RLQ: Load only=scripts |
|
300 | if ( $data['scripts']['top'] ) { |
|
301 | $chunks[] = $this->getLoad( |
|
302 | $data['scripts']['top'], |
|
303 | ResourceLoaderModule::TYPE_SCRIPTS |
|
304 | ); |
|
305 | } |
|
306 | ||
307 | // External stylesheets |
|
308 | if ( $data['styles'] ) { |
|
@@ 351-356 (lines=6) @@ | ||
348 | } |
|
349 | ||
350 | // Inline RLQ: Load only=scripts |
|
351 | if ( $data['scripts']['bottom'] ) { |
|
352 | $chunks[] = $this->getLoad( |
|
353 | $data['scripts']['bottom'], |
|
354 | ResourceLoaderModule::TYPE_SCRIPTS |
|
355 | ); |
|
356 | } |
|
357 | ||
358 | // Inline RLQ: Load general modules |
|
359 | if ( $data['general']['bottom'] ) { |