diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2013-10-29 22:23:08 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2013-10-29 22:23:08 +0000 |
commit | eef06de386ae414d4882be2a1801400f9b08927c (patch) | |
tree | 474149a8c0c04aed0fab359d259efdc831761af5 /lib.php | |
parent | 288d4245bae0f8df8af48e759b1b72ce912ed917 (diff) | |
download | nav-eef06de386ae414d4882be2a1801400f9b08927c.tar nav-eef06de386ae414d4882be2a1801400f9b08927c.tar.gz nav-eef06de386ae414d4882be2a1801400f9b08927c.tar.bz2 nav-eef06de386ae414d4882be2a1801400f9b08927c.tar.xz nav-eef06de386ae414d4882be2a1801400f9b08927c.zip |
sync code from www/_nav (add doc+wiki as link)
Diffstat (limited to 'lib.php')
-rw-r--r-- | lib.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -234,6 +234,8 @@ function _mgnav_html($wrap = false, $lang = 'en', $inject = null, $vhost = 'www. 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('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('community', '//$S/$L/community/', l10n::_t('Community'), l10n::_t('')), 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('')), |