aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/about/index.php4
-rw-r--r--en/donate/index.php2
-rw-r--r--en/map/index.php12
3 files changed, 9 insertions, 9 deletions
diff --git a/en/about/index.php b/en/about/index.php
index 11c2dc292..88bec7570 100644
--- a/en/about/index.php
+++ b/en/about/index.php
@@ -77,8 +77,8 @@ _lang_load($locale, "about");
<hr>
<?php _h('Media &amp; artwork', null, 'h3')?>
<ul><?php
- _h('<a href="%s">Logo, CD covers files, media files</a>.', array('/en/about/media/'), 'li');
- _h('<a href="%s">Current graphics charter</a>.', array('/en/charter.html'), 'li');
+ _h('<a href="%s">Logo, CD covers files, media files</a>.', array('../about/media/'), 'li');
+ _h('<a href="%s">Current graphics charter</a>.', array('../charter.html'), 'li');
?></ul>
</div></div>
diff --git a/en/donate/index.php b/en/donate/index.php
index 20e57d933..bb5e118cb 100644
--- a/en/donate/index.php
+++ b/en/donate/index.php
@@ -79,7 +79,7 @@ _lang_load($locale, 'donate');
<h2 id="status"><?php _e('How to track donation?')?></h2>
<p><?php echo sprintf(_t('Currently, we received a lot of generous donations (%s, remains %s) thanks to all of our <a href="/en/thank-you/">donors</a>!'),
$g_donate_amount, $g_amount_remain);?></p>
- <p><?php echo sprintf(_t('We believe public accountability is crucial. You can know more about how are used the funds received by reading our <a href="%s">financial reports</a>.'), '/en/about/reports/' . date('Y') . '/')?></p>
+ <p><?php echo sprintf(_t('We believe public accountability is crucial. You can know more about how are used the funds received by reading our <a href="%s">financial reports</a>.'), '../about/reports/' . date('Y') . '/')?></p>
<hr />
<!--
diff --git a/en/map/index.php b/en/map/index.php
index 56fbdad7c..89005ed52 100644
--- a/en/map/index.php
+++ b/en/map/index.php
@@ -12,8 +12,8 @@ $map = array(
array('t' => _t('Mission'), 'l' => '/{L}/about/'),
array('t' => _t('Projects'), 'l' => ''),
array('t' => _t('News'), 'l' => 'http://blog.mageia.org/'),
- array('t' => _t('Contacts'), 'l' => '/en/contact/'),
- array('t' => _t('Supporters'), 'l' => '/en/thank-you/'),
+ array('t' => _t('Contacts'), 'l' => '/{L}/contact/'),
+ array('t' => _t('Supporters'), 'l' => '/{L}/thank-you/'),
array('t' => _t('Governance'), 'l' => 'https://wiki.mageia.org/en/Org',
'i' => array(
array('t' => _t('Board'), 'l' => 'https://wiki.mageia.org/en/Org_Board'),
@@ -25,12 +25,12 @@ $map = array(
array('t' => _t('Code of conduct'), 'l' => '/{L}/about/code-of-conduct/'),
array('t' => 'Mageia.Org', 'l' => '/{L}/about/',
'i' => array(
- array('t' => _t('Constitution'), 'l' => '/en/about/constitution/'),
+ array('t' => _t('Constitution'), 'l' => '/{L}/about/constitution/'),
array('t' => _t('Members'), 'l' => ''),
- array('t' => _t('Reports'), 'l' => '/en/about/reports/')
+ array('t' => _t('Reports'), 'l' => '/{L}/about/reports/')
)
),
- array('t' => _t('Timeline'), 'l' => '/en/timeline/')
+ array('t' => _t('Timeline'), 'l' => '/{L}/timeline/')
)
),
'downloads' => array(
@@ -140,4 +140,4 @@ $sMap .= '</ul>';
-->
</div>
</body>
-</html>
+</html> \ No newline at end of file