Fix language links on special/preview pages in Nostalgia
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 20 Aug 2003 06:24:06 +0000 (06:24 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 20 Aug 2003 06:24:06 +0000 (06:24 +0000)
includes/SkinNostalgia.php

index d2e97cf..e31fcb0 100644 (file)
@@ -24,9 +24,9 @@ class SkinNostalgia extends Skin {
                $s .= $this->topLinks() . "\n<br>";
                $s .= $this->pageTitleLinks();
 
-               if ( $wgOut->isArticle() ) {
-                       $s .= "<br>" . $this->otherLanguages();
-               }
+               $ol = $this->otherLanguages();
+               if($ol) $s .= "<br>" . $ol;
+
                $s .= "<br clear=all><hr>\n</div>\n";
                $s .= "\n<div id='article'>";