From: Gabriel Wicke Date: Fri, 2 Apr 2004 10:08:48 +0000 (+0000) Subject: wgSiteSupportPage instead of sitesupportpage X-Git-Tag: 1.3.0beta1~644 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=01ee1e489c3ed44cbcdc64bcf1e0ff459f7ca85d;p=lhc%2Fweb%2Fwiklou.git wgSiteSupportPage instead of sitesupportpage --- diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index acff5990c1..3b6750c5b9 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -286,7 +286,9 @@ $nav_urls['currentevents'] = array('href' => $this->makeI18nUrl('currentevents')); $nav_urls['recentchangeslinked'] = array('href' => $this->makeSpecialUrl('Recentchangeslinked', 'target='.$thispage)); $nav_urls['bugreports'] = array('href' => $this->makeI18nUrl('bugreportspage')); - $nav_urls['sitesupport'] = array('href' => $this->makeI18nUrl('sitesupportpage')); + global $wgSiteSupportPage; + // $nav_urls['sitesupport'] = array('href' => $this->makeI18nUrl('sitesupportpage')); + $nav_urls['sitesupport'] = array('href' => $this->makeUrl($wgSiteSupportPage)); $nav_urls['help'] = array('href' => $this->makeI18nUrl('helppage')); $nav_urls['upload'] = array('href' => $this->makeSpecialUrl('Upload')); $nav_urls['specialpages'] = array('href' => $this->makeSpecialUrl('Specialpages'));