From: Ævar Arnfjörð Bjarmason Date: Tue, 24 May 2005 15:06:56 +0000 (+0000) Subject: * Changing msg:navbar to link to the mainage with [[{{msg:mainpage}}|{{int:mainpage}}] X-Git-Tag: 1.5.0alpha2~96 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=980c8b06e4c6a67e7d16376e26749cdb00accc62;p=lhc%2Fweb%2Fwiklou.git * Changing msg:navbar to link to the mainage with [[{{msg:mainpage}}|{{int:mainpage}}] rather than [[{{int:mainpage}}]] so that the mainage link links to the content language's main page rather than the current user selected language's mainpage. --- diff --git a/languages/Language.php b/languages/Language.php index d59cbbfe76..59ec85e4e2 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -255,7 +255,7 @@ global $wgRightsText; # The navigation toolbar, int: is used here to make sure that the appropriate # messages are automatically pulled from the user-selected language file. 'navbar' =>' -* [[{{int:mainpage}}]] +* [[{{msg:mainpage}}|{{int:mainpage}}]] * [[{{msg:portal-url}}|{{int:portal}}]] * [[{{msg:currentevents-url}}|{{int:currentevents}}]] * [[{{msg:recentchanges-url}}|{{int:recentchanges}}]]