diff options
Diffstat (limited to 'en/6/download_index.php')
-rwxr-xr-x | en/6/download_index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/6/download_index.php b/en/6/download_index.php index 849f27ac8..dbf21e3f4 100755 --- a/en/6/download_index.php +++ b/en/6/download_index.php @@ -13,7 +13,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, "cauldron"); +$dictionary = read_translation_file($locale, array('cauldron', 'common_footer')); function get_mageia($name, $version, $release) { @@ -70,6 +70,7 @@ function get_image($ttl, $src, $sty){ <meta name="robots" content="index,nofollow,nosnippet"> <link rel="canonical" href="/<?php echo $locale.'/'.$version;?>/"> <link rel="stylesheet" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <script src="/g/js/jquery-1.10.1.min.js"></script> <script src="/g/js/tooltipsy.min.js"></script> <?php include '../../analytics.php'; ?> @@ -146,7 +147,7 @@ input[type="radio"], input[type="submit"] { // _g('This is a Release Candidate. Release Candidate software is software that has graduated Beta testing, and should be a release-ready product suitable for advanced users and reviewers. However, beginning users and critical-applications users may wish to wait for the final release planned for %s.', array(_r('May 2015'))); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p> - <div id="doc4" class="yui-t7"> + <div id="doc4" class="yui-t7" style="margin-bottom: 0px;"> <div id="bd" role="main"> <div class="yui-ge bb1"> <div class="yui-u first rb1"> @@ -625,5 +626,6 @@ $('img.lazy').each(function(){ }); </script> +<?php echo common_footer($locale); ?> </body> </html> |