diff options
-rw-r--r-- | en/downloads/index.php | 2 | ||||
-rw-r--r-- | en/index.php | 12 |
2 files changed, 5 insertions, 9 deletions
diff --git a/en/downloads/index.php b/en/downloads/index.php index d2f8c161a..d597cf184 100644 --- a/en/downloads/index.php +++ b/en/downloads/index.php @@ -1 +1 @@ -<?php include '../4/download_index.php'; +<?php include '../5/download_index.php'; diff --git a/en/index.php b/en/index.php index 4eb8b6b96..aa79c1a7a 100644 --- a/en/index.php +++ b/en/index.php @@ -262,19 +262,15 @@ $nav = array( </div> <div id="b2"> <ul id="dl"> - <li><a href="downloads/" id="dl-btn"> - <!--<li><a href="5/" id="dl-btn"> show mga text instead of redirext to dl?--> + <li><a href="5/" id="dl-btn"> <span id="dl-btn-mageia">Mageia</span> <span style="font-size: 32px; color: green; float: right;" class="icon-download-alt"></span> <span class="dl-btn free-dl"><?php _g('Free Download'); ?></span> - <span class="dl-btn"><?php _g('version 4 (February 2014)'); ?></span> - <!--<span class="dl-btn"><?php _g('version 5 (June 2015)'); ?></span>--> + <span class="dl-btn"><?php _g('version 5 (June 2015)'); ?></span> </a> <p class="dl-info"> - <?php _g('<a href="%s" hreflang="en">Release notes</a>', array(_r('https://wiki.mageia.org/en/Mageia_4_Release_Notes'))); ?>, - <?php _g('<a href="%s" hreflang="en">errata</a>', array(_r('https://wiki.mageia.org/en/Mageia_4_Errata'))); ?>. - <!--<?php _g('<a href="%s" hreflang="en">Release notes</a>', array(_r('https://wiki.mageia.org/en/Mageia_5_Release_Notes'))); ?>, - <?php _g('<a href="%s" hreflang="en">errata</a>', array(_r('https://wiki.mageia.org/en/Mageia_5_Errata'))); ?>.--> + <?php _g('<a href="%s" hreflang="en">Release notes</a>', array(_r('https://wiki.mageia.org/en/Mageia_5_Release_Notes'))); ?>, + <?php _g('<a href="%s" hreflang="en">errata</a>', array(_r('https://wiki.mageia.org/en/Mageia_5_Errata'))); ?>. </p> </li> <li><a href="contribute/" class="dl-btn-other"><?php _g('<strong>Get involved</strong> in the next version'); ?></a> |