diff options
author | filip <filip.komar@gmail.com> | 2016-06-29 22:37:53 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-06-29 22:37:53 +0200 |
commit | cefb9d2942463da47b7f79717b00b541b587aa3e (patch) | |
tree | 68692cf20ff5e3b319e07619f02f08c6e61ba0ba /en/6 | |
parent | e72022d08f9f24af3da88af2864ab9e1b86f7f05 (diff) | |
download | www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.gz www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.bz2 www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.xz www-cefb9d2942463da47b7f79717b00b541b587aa3e.zip |
common footer added to even more pages
Diffstat (limited to 'en/6')
-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> |