aboutsummaryrefslogtreecommitdiffstats
path: root/en/map
diff options
context:
space:
mode:
Diffstat (limited to 'en/map')
-rw-r--r--en/map/index.php3
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;