Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -301,7 +301,6 @@ |
302 | 302 | $tpl->set( 'dir', $wgContLang->getDir() ); |
303 | 303 | $tpl->set( 'rtl', $wgContLang->isRTL() ); |
304 | 304 | $tpl->set( 'capitalizeallnouns', $wgLang->capitalizeAllNouns() ? ' capitalize-all-nouns' : '' ); |
305 | | - $tpl->set( 'langname', $wgContLang->getLanguageName( $wgContLanguageCode ) ); |
306 | 305 | $tpl->set( 'showjumplinks', $wgUser->getOption( 'showjumplinks' ) ); |
307 | 306 | $tpl->set( 'username', $wgUser->isAnon() ? null : $this->username ); |
308 | 307 | $tpl->setRef( 'userpage', $this->userpage ); |