diff options
author | filip <filip.komar@gmail.com> | 2016-06-30 22:18:45 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-06-30 22:18:45 +0200 |
commit | 435d9d0f5e1e25edf579071703d458375a975ef9 (patch) | |
tree | 16d88b5435ffc167b1e2ec351997ee0fff95afe9 /en | |
parent | b95ca1348944895976c63ee0502e3eec3e709407 (diff) | |
download | www-435d9d0f5e1e25edf579071703d458375a975ef9.tar www-435d9d0f5e1e25edf579071703d458375a975ef9.tar.gz www-435d9d0f5e1e25edf579071703d458375a975ef9.tar.bz2 www-435d9d0f5e1e25edf579071703d458375a975ef9.tar.xz www-435d9d0f5e1e25edf579071703d458375a975ef9.zip |
common footer added to last two active pages +
+ small fix for local locale parse error
Diffstat (limited to 'en')
-rwxr-xr-x | en/4/download_index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 4bf250006..f5335621d 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -4,7 +4,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, '4'); +$dictionary = read_translation_file($locale, array('4', 'common_footer')); require '../downloads/get/lib.php'; function get_mageia_image_file_name($variant = null, $arch, $medium, $ext) @@ -51,13 +51,14 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un <meta name="robots" content="index,nofollow,nosnippet"> <link rel="canonical" href="/<?php echo $locale.'/4';?>/"> <link rel="stylesheet" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <?php include '../../analytics.php'; ?> </head> <body class="release downloads"> <?php echo $hsnav; ?> <h1 id="mgnavt"><?php echo sprintf(_r('Download') . ' <strong>Mageia 4.1</strong>')?></h1> <?php include '../4/nav.php'; ?> - <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"> @@ -261,5 +262,6 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un </div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> |