diff options
Diffstat (limited to 'en/downloads/get/index.php')
-rw-r--r-- | en/downloads/get/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index 34826e7b9..3a394dbbb 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -53,7 +53,7 @@ if (is_null($product)) { define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../../langs.php'; -$dictionary = read_translation_file($locale, "downloads/get"); +$dictionary = read_translation_file($locale, array('downloads/get', 'common_footer')); session_start(); @@ -208,6 +208,7 @@ if ($debug) <title><?php echo $title; ?> | <?php _g('Mageia Downloads') ?></title> <meta name="robots" content="noindex,nofollow,nosnippet"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <?php if (!isset($_SERVER['APP_MODE']) || $_SERVER['APP_MODE'] == 'prod') { include '../../../analytics.php'; @@ -218,7 +219,7 @@ if (!isset($_SERVER['APP_MODE']) || $_SERVER['APP_MODE'] == 'prod') { <body class="downloads"> <?php echo $hsnav; ?> <h1 id="mgnavt"><?php echo sprintf(_r('Download %s'), '<em class="tag">' . $title . '</em>')?></h1> - <div id="doc4" class="yui-t7"> + <div id="doc4" class="yui-t7" style="margin-bottom: 0px;"> <div id="bd" role="main"> <?php if (!is_null($download)): ?> <div class="yui-g"><div class="para" style="padding-top: 2em;"> @@ -353,5 +354,6 @@ document.getElementById("other_mirrors_btn").onclick = function () { {lang: '<?php echo $locale; ?>'} </script> </div> +<?php echo common_footer($locale); ?> </body> </html> |