aboutsummaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2013-10-29 22:23:08 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2013-10-29 22:23:08 +0000
commiteef06de386ae414d4882be2a1801400f9b08927c (patch)
tree474149a8c0c04aed0fab359d259efdc831761af5 /lib.php
parent288d4245bae0f8df8af48e759b1b72ce912ed917 (diff)
downloadnav-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.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.php b/lib.php
index 164a5bf..3ea4d47 100644
--- a/lib.php
+++ b/lib.php
@@ -234,6 +234,8 @@ function _mgnav_html($wrap = false, $lang = 'en', $inject = null, $vhost = 'www.
array('about', '//$S/$L/about/', l10n::_t('About&nbsp;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('')),