diff options
Diffstat (limited to 'en/3/download_index.php')
-rwxr-xr-x | en/3/download_index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/3/download_index.php b/en/3/download_index.php index 1130ac0e4..9c99ad024 100755 --- a/en/3/download_index.php +++ b/en/3/download_index.php @@ -23,7 +23,7 @@ require '../downloads/get/lib.php'; <body class="release downloads"> <?php echo $hsnav; ?> <h1 id="mgnavt"><?php _e('Download <strong>Mageia 3</strong>')?></h1> - <!--<?php include '../3/nav.php'; ?>--> + <?php include '../3/nav.php'; ?> <div id="doc4" class="yui-t7"> <div id="bd" role="main"> <div class="yui-ge bb1"> @@ -182,7 +182,7 @@ require '../downloads/get/lib.php'; <?php _h('Looking for Mageia 2?', null, 'h3'); echo '<p>'; - _e('It is <a href="%s">here now</a>.', array('../2/download_index.php')); + _e('It is <a href="%s">here now</a>.', array('/2/')); echo '</p>'; ?> <br> |