* (bug 15905) Nostalgia skin could become more usable by including a Talk:link at...
[lhc/web/wiklou.git] / skins / Nostalgia.php
index 6bb2aed..2df7ddf 100644 (file)
@@ -67,7 +67,8 @@ class NostalgiaTemplate extends LegacyTemplate {
                  . $this->getSkin()->specialLink( 'Recentchanges' );
 
                if ( $wgOut->isArticle() ) {
-                       $s .= $sep . '<strong>' . $this->editThisPage() . '</strong>' . $sep . $this->historyLink();
+                       $s .= $sep . '<strong>' . $this->editThisPage() . '</strong>' . $sep . $this->talkLink() .
+                                       $sep . $this->historyLink();
                }
 
                /* show links to different language variants */