Index: trunk/phase3/skins/Vector.php |
— | — | @@ -364,7 +364,7 @@ |
365 | 365 | * Outputs the entire contents of the XHTML page |
366 | 366 | */ |
367 | 367 | public function execute() { |
368 | | - global $wgRequest, $wgContLang; |
| 368 | + global $wgRequest, $wgLang; |
369 | 369 | |
370 | 370 | $this->skin = $this->data['skin']; |
371 | 371 | $action = $wgRequest->getText( 'action' ); |
— | — | @@ -456,7 +456,7 @@ |
457 | 457 | } |
458 | 458 | } |
459 | 459 | // Reverse horizontally rendered navigation elements |
460 | | - if ( $wgContLang->isRTL() ) { |
| 460 | + if ( $wgLang->isRTL() ) { |
461 | 461 | $this->data['view_urls'] = |
462 | 462 | array_reverse( $this->data['view_urls'] ); |
463 | 463 | $this->data['namespace_urls'] = |