From 01ee1e489c3ed44cbcdc64bcf1e0ff459f7ca85d Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 2 Apr 2004 10:08:48 +0000 Subject: [PATCH] wgSiteSupportPage instead of sitesupportpage --- includes/SkinPHPTal.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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')); -- 2.20.1