diff options
author | Filip Komar <filip@mageia.org> | 2013-07-14 18:34:25 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-07-14 18:34:25 +0000 |
commit | 42d540a56e4459a9157e7fb8f95160182d5e2e6f (patch) | |
tree | f2a7e8369dac02014cddef19394da97d113fad5e /en/map | |
parent | afafa9510bfa64b1b055315e4ebbbb44a039b605 (diff) | |
download | www-42d540a56e4459a9157e7fb8f95160182d5e2e6f.tar www-42d540a56e4459a9157e7fb8f95160182d5e2e6f.tar.gz www-42d540a56e4459a9157e7fb8f95160182d5e2e6f.tar.bz2 www-42d540a56e4459a9157e7fb8f95160182d5e2e6f.tar.xz www-42d540a56e4459a9157e7fb8f95160182d5e2e6f.zip |
license page refactored, updated, included in i18n report and linked in map. map.en.lang sync. small addition on community page
Diffstat (limited to 'en/map')
-rw-r--r-- | en/map/index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/en/map/index.php b/en/map/index.php index 547fed828..3918f4049 100644 --- a/en/map/index.php +++ b/en/map/index.php @@ -30,6 +30,7 @@ $map = array( array('t' => _t('Reports'), 'l' => '/{L}/about/reports/') ) ), + array('t' => _t('License'), 'l' => '/{L}/about/license/'), array('t' => _t('Timeline'), 'l' => '/{L}/timeline/'), array('t' => _t('Financial Infos'), 'l' => '//treasurer.mageia.org/'), ) @@ -70,7 +71,6 @@ $map = array( array('t' => 'Wiki', 'l' => 'https://wiki.mageia.org/'), array('t' => 'Bugzilla', 'l' => 'https://bugs.mageia.org/'), array('t' => 'People', 'l' => 'http://people.mageia.org/'), - ) ), 'contribute' => array( @@ -97,7 +97,6 @@ $t_li3 = '<li><a href="%s">%s</a></li> '; $sMap = '<ul id="map">'; foreach ($map as $k => $v) { - $l = ''; foreach ($v['i'] as $w) { $sub = null; |