From 9d67932e3fc5a9a72f87741c16db0443ea6bcf1e Mon Sep 17 00:00:00 2001 From: Romain d'Alverny <rda@mageia.org> Date: Wed, 16 Jan 2013 09:57:44 +0000 Subject: new Contact page (English only for now, no .lang file) --- _nav/lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_nav/lib.php') diff --git a/_nav/lib.php b/_nav/lib.php index 12c7af529..97dea1d78 100644 --- a/_nav/lib.php +++ b/_nav/lib.php @@ -68,7 +68,8 @@ function _mgnav_html($wrap = false, $lang = 'en', $inject = null, $vhost = '//ww array('support', '$S/$L/support/', l10n::_t('Support', $_t), l10n::_t('Get support from Mageia community.')), array('community', '$S/$L/community/', l10n::_t('Community', $_t), l10n::_t('')), array('contribute', '$S/$L/contribute/', l10n::_t('Contribute', $_t), l10n::_t('You too can build Mageia with us!')), - array('you', '//identity.mageia.org/', l10n::_t('You', $_t), l10n::_t('Your Mageia online account.')) + array('you', '//identity.mageia.org/', l10n::_t('You', $_t), l10n::_t('Your Mageia online account.')), + array('contact', '$S/$L/contact/', l10n::_t('Contact', $_t), l10n::_t('Contact Us')) // <search> ); -- cgit v1.2.1