From 075c1209f0af17388cc2447558504b484b8c8c30 Mon Sep 17 00:00:00 2001 From: "Nicholas Pisarro, Jr" Date: Fri, 27 Feb 2004 11:51:59 +0000 Subject: [PATCH] Added "My contributions" to Cologne Blue skin under "My pages". --- includes/SkinCologneBlue.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/SkinCologneBlue.php b/includes/SkinCologneBlue.php index 8f1767753d..515750b20e 100644 --- a/includes/SkinCologneBlue.php +++ b/includes/SkinCologneBlue.php @@ -215,6 +215,8 @@ class SkinCologneBlue extends Skin { Namespace::getUser() ) . ":{$name}", wfMsg( "mypage" ) ) . $sep . $tl . $sep . $this->specialLink( "watchlist" ) + . $sep . $this->makeKnownLink( $wgLang->specialPage( "Contributions" ), + wfMsg( "mycontris" ), "target=" . wfUrlencode($wgUser->getName() ) ) . $sep . $this->specialLink( "preferences" ) . $sep . $this->specialLink( "userlogout" ); } else { -- 2.20.1