diff options
-rwxr-xr-x | en/4/download_index.php | 3 | ||||
-rw-r--r-- | en/index.php | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 5947b3b79..12d40b03c 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -35,15 +35,12 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me break; } - echo _t('forthcoming'); - /* echo $torrent && $unavailabletorrent || !$variant ? sprintf(_t('forthcoming')) : sprintf('<a rel="nofollow" href="../downloads/get/?q=%s%s" title="%s">%s</a>', get_mageia_image_file_name($name, $version, $release, $variant, $arch, $medium, '.iso'), $torrent ? '&torrent=1' : '', implode(' ', array($name, $version, $release, $variant, $arch, $medium)), $bit ); - */ } ?> diff --git a/en/index.php b/en/index.php index 8e16152d0..a0eb2c67b 100644 --- a/en/index.php +++ b/en/index.php @@ -246,8 +246,8 @@ $nav = array( </li> <li><a href="contribute/" class="dl-btn-other"><?php _e('<strong>Get involved</strong> in the next version'); ?></a> </li> - <!--<li><a href="4/" class="dl-btn-other"><?php _e('Test Mageia 4 alpha 1'); ?></a> - </li>--> + <li><a href="4/" class="dl-btn-other"><?php _e('Test Mageia 4 alpha 1'); ?></a> + </li> </ul> </div> </div> |