From fb7e239bb224291cc9a095d1d898538e59cb5455 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Tue, 29 Oct 2013 21:57:08 +0000 Subject: add wiki and doc url in nav bar --- _nav/lib.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '_nav') diff --git a/_nav/lib.php b/_nav/lib.php index 164a5bf64..ccc7b6f49 100644 --- a/_nav/lib.php +++ b/_nav/lib.php @@ -233,8 +233,10 @@ function _mgnav_html($wrap = false, $lang = 'en', $inject = null, $vhost = 'www. array('mageia', '//$S/$L/map/', 'Mageia', l10n::_t('Go to mageia.org site map.')), array('about', '//$S/$L/about/', l10n::_t('About us'), l10n::_t('Learn more about Mageia.')), array('downloads', '//$S/$L/downloads/', l10n::_t('Downloads'), l10n::_t('Download Mageia ISO and updates.')), - array('support', '//$S/$L/support/', l10n::_t('Support'), l10n::_t('Get support from Mageia community.')), array('community', '//$S/$L/community/', l10n::_t('Community'), l10n::_t('')), + array('support', '//$S/$L/support/', l10n::_t('Support'), l10n::_t('Get support from Mageia community.')), + array('wiki', '//wiki.mageia.org/', l10n::_t('Wiki'), l10n::_t('Wiki of the Mageia Community')), + array('doc', '//doc.mageia.org/', l10n::_t('Docs'), l10n::_t('Documentations of Mageia')), array('contribute', '//$S/$L/contribute/', l10n::_t('Contribute'), l10n::_t('You too can build Mageia with us!')), array('donate', '//$S/$L/donate/', l10n::_t('Donate'), l10n::_t('')), array('you', '//identity.mageia.org/', l10n::_t('You'), l10n::_t('Your Mageia online account.')), -- cgit v1.2.1