aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-06-28 23:25:17 +0200
committerfilip <filip.komar@gmail.com>2016-06-28 23:25:17 +0200
commit4942a149658d442ec06d68afbcbbdc42d6a4eefd (patch)
tree6f3ec8bbdbeb85a5549d58efe8c91775917cc6fa /en/downloads
parent05db764b04c1de4d458b1687dd1174468f40fc07 (diff)
downloadwww-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.gz
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.bz2
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.xz
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.zip
common footer added to some more pages
Diffstat (limited to 'en/downloads')
-rw-r--r--en/downloads/get/index.php6
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>