diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2019-06-30 14:59:34 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2019-06-30 14:59:34 +0200 |
commit | fd68d01e49ab773e7646e8dff54c6ec4362aee94 (patch) | |
tree | 04756745fd7b742dc3e0d76f8f349cd831643302 /en/index.php | |
parent | 1b08f20f40394bd28ef0fdc36f862cb7d8943b8c (diff) | |
download | www-fd68d01e49ab773e7646e8dff54c6ec4362aee94.tar www-fd68d01e49ab773e7646e8dff54c6ec4362aee94.tar.gz www-fd68d01e49ab773e7646e8dff54c6ec4362aee94.tar.bz2 www-fd68d01e49ab773e7646e8dff54c6ec4362aee94.tar.xz www-fd68d01e49ab773e7646e8dff54c6ec4362aee94.zip |
Mageia 7 available
Diffstat (limited to 'en/index.php')
-rw-r--r-- | en/index.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/en/index.php b/en/index.php index eccfe1c6e..3e6813e63 100644 --- a/en/index.php +++ b/en/index.php @@ -185,7 +185,7 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot h2 { margin-bottom: 0.3em; } ul#p li:before { content: " > "; } #up { - background: url(/g/6/background.png) no-repeat center; + background: url(/g/7/background.png) no-repeat center; background-size: cover } #b1 { padding: 33px 70px 70px 70px; } @@ -278,20 +278,20 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot <span id="dl-btn-mageia">Mageia</span> <span style="font-size: 32px; color: green; float: right;"></span> - <span class="dl-btn free-dl"><?php /*_g('Mageia 6'); /**/ _g('Mageia 6.1'); ?></span> - <span class="dl-btn"><?php /* _g('released in July 2017'); /**/ _g('updated in October 2018'); ?></span> + <span class="dl-btn free-dl"><?php _g('Mageia 7'); /* _g('Mageia 7.1'); */?></span> + <span class="dl-btn"><?php _g('released in June 2019'); /* _g('updated in XXX 2020'); */ ?></span> </a> <p class="dl-info"> - <?php _g('<a href="%s" hreflang="en">Release notes</a>', array(_r('https://wiki.mageia.org/en/Mageia_6_Release_Notes'))); ?>, - <?php _g('<a href="%s" hreflang="en">errata</a>', array(_r('https://wiki.mageia.org/en/Mageia_6_Errata'))); ?>. + <?php _g('<a href="%s" hreflang="en">Release notes</a>', array(_r('https://wiki.mageia.org/en/Mageia_7_Release_Notes'))); ?>, + <?php _g('<a href="%s" hreflang="en">errata</a>', array(_r('https://wiki.mageia.org/en/Mageia_7_Errata'))); ?>. </p> </li> <li><a href="contribute/" class="dl-btn-other"><?php _g('<strong>Get involved</strong> in the next version'); ?></a> </li> - <li><a href="/downloads/prerelease/" class="dl-btn-other"><?php _g('Test'); ?> Mageia 7 rc</a></li> + <!--<li><a href="/downloads/prerelease/" class="dl-btn-other"><?php _g('Test'); ?> Mageia 8 alpha</a></li>--> </ul> </div> |