diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-05-30 16:19:19 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-05-30 16:19:19 +0000 |
commit | d12ab85835d77add3f072cf5adab03d2337d0379 (patch) | |
tree | dfd76cd434bf367b8c674693b30eac91944a0873 /en/downloads/index.php | |
parent | 66ee1692e64985cf6614159da368fd9eb869df3c (diff) | |
download | www-d12ab85835d77add3f072cf5adab03d2337d0379.tar www-d12ab85835d77add3f072cf5adab03d2337d0379.tar.gz www-d12ab85835d77add3f072cf5adab03d2337d0379.tar.bz2 www-d12ab85835d77add3f072cf5adab03d2337d0379.tar.xz www-d12ab85835d77add3f072cf5adab03d2337d0379.zip |
downloads section is not only about ISOs but other products as well
Diffstat (limited to 'en/downloads/index.php')
-rw-r--r-- | en/downloads/index.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/en/downloads/index.php b/en/downloads/index.php index acc0d0095..a247db258 100644 --- a/en/downloads/index.php +++ b/en/downloads/index.php @@ -1,4 +1,7 @@ -<?php require '../../downloads.php'; ?> +<?php require '../../downloads.php'; + +$_t ['page_h1'] = sprintf($_t['page_h1'], '<em class="tag">Mageia 1 RC</em>'); +?> <!DOCTYPE html> <html lang="<?php echo $locale; ?>"> <head> @@ -18,7 +21,10 @@ <div id="bd" role="main"> <div class="yui-g"> <div class="para"> - <p><?php echo $_t['dl_help']; ?></p> + <p><?php echo $_t['dl_help']; ?> + If you are using Mandriva Linux 2010.1 or 2010.2, + you may directly <a href="/en/1/migrate/">upgrade + your system to Mageia 1</a> as well.</p> <br /> <?php echo $dl_table; ?> |