aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-06-08 15:24:52 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-06-08 15:24:52 +0000
commit43d16e643dae2ce9fc1b4723bd96b89de9d52309 (patch)
treea95cb9698db73cf7ac9fe9ddd350a143af1b2ec4
parent1916d88a8eef30349d4c6da3c001d13aa72e7b52 (diff)
downloadwww-43d16e643dae2ce9fc1b4723bd96b89de9d52309.tar
www-43d16e643dae2ce9fc1b4723bd96b89de9d52309.tar.gz
www-43d16e643dae2ce9fc1b4723bd96b89de9d52309.tar.bz2
www-43d16e643dae2ce9fc1b4723bd96b89de9d52309.tar.xz
www-43d16e643dae2ce9fc1b4723bd96b89de9d52309.zip
enable some links to 5/
-rwxr-xr-xen/4/download_index.php2
-rw-r--r--en/map/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php
index f06527897..0fb7d5f57 100755
--- a/en/4/download_index.php
+++ b/en/4/download_index.php
@@ -248,7 +248,7 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un
<br>
<?php
_g('Need more challenge?', null, 'h3');
- _g('You can <a href="%s">help</a> us <a href="%s">on Mageia 5</a>.', array('../contribute/','../contribute/'), 'p');
+ _g('You can <a href="%s">help</a> us <a href="%s">on Mageia 5</a>.', array('../contribute/','../5/'), 'p');
?>
</div>
<hr>
diff --git a/en/map/index.php b/en/map/index.php
index 75018624e..0dd771579 100644
--- a/en/map/index.php
+++ b/en/map/index.php
@@ -37,7 +37,7 @@ $map = array(
't' => _r('Downloads'),
'l' => '/{L}/downloads/',
'i' => array(
- //array('t' => _r('5 (in development)', 'l' => '/{L}/5/'),
+ array('t' => _r('5 (in development)'), 'l' => '/{L}/5/'),
array('t' => _r('4 (February 2014)'), 'l' => '/{L}/4/'),
array('t' => _r('3 (May 2013)'), 'l' => '/{L}/3/'),
array('t' => _r('2 (May 2012)'), 'l' => '/{L}/2/'),