aboutsummaryrefslogtreecommitdiffstats
path: root/_nav
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2013-10-29 22:10:14 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2013-10-29 22:10:14 +0000
commit42c158e7700f691acb87750319a08b86f4510462 (patch)
treea32090041c41deb4b9465b535efc755636753d34 /_nav
parentfb7e239bb224291cc9a095d1d898538e59cb5455 (diff)
downloadwww-42c158e7700f691acb87750319a08b86f4510462.tar
www-42c158e7700f691acb87750319a08b86f4510462.tar.gz
www-42c158e7700f691acb87750319a08b86f4510462.tar.bz2
www-42c158e7700f691acb87750319a08b86f4510462.tar.xz
www-42c158e7700f691acb87750319a08b86f4510462.zip
move 'community' after support (+wiki+doc) like before
Diffstat (limited to '_nav')
-rw-r--r--_nav/lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_nav/lib.php b/_nav/lib.php
index ccc7b6f49..3ea4d47f8 100644
--- a/_nav/lib.php
+++ b/_nav/lib.php
@@ -233,10 +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&nbsp;us'), l10n::_t('Learn more about Mageia.')),
array('downloads', '//$S/$L/downloads/', l10n::_t('Downloads'), l10n::_t('Download Mageia ISO and updates.')),
- 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('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('')),
array('you', '//identity.mageia.org/', l10n::_t('You'), l10n::_t('Your Mageia online account.')),