* (bug 8643) Correctly escape the page-specific CSS class for non-Monobook skins
[lhc/web/wiklou.git] / skins / Nostalgia.php
index 0d67599..3b19e41 100644 (file)
@@ -63,11 +63,17 @@ class SkinNostalgia extends Skin {
                        $s .=  $sep . $this->editThisPage()
                          . $sep . $this->historyLink();
                }
+               
+               /* show links to different language variants */
+               $s .= $this->variantLinks();
+               $s .= $this->extensionTabLinks();
+               
                if ( $wgUser->isAnon() ) {
                        $s .= $sep . $this->specialLink( "userlogin" );
                } else {
                        $s .= $sep . $this->specialLink( "userlogout" );
                }
+               
                $s .= $sep . $this->specialPagesList();
 
                return $s;