aboutsummaryrefslogtreecommitdiffstats
path: root/en/5/download_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/5/download_index.php')
-rwxr-xr-xen/5/download_index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php
index 058653ddd..1b01b5e98 100755
--- a/en/5/download_index.php
+++ b/en/5/download_index.php
@@ -13,7 +13,7 @@ define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../langs.php';
-$dictionary = read_translation_file($locale, "5");
+$dictionary = read_translation_file($locale, array('5', 'common_footer'));
function get_mageia($name, $version, $release)
{
@@ -133,6 +133,7 @@ input[type="radio"], input[type="submit"] {
border-radius: 6px;
}
</style>
+<link rel="stylesheet" type="text/css" href="/g/style/common_footer.css">
</head>
<body class="release downloads">
<?php echo $hsnav; ?>
@@ -140,7 +141,7 @@ input[type="radio"], input[type="submit"] {
<h1 id="mgnavt"><?php echo sprintf(_g('Download') . ' <strong>%s %s %s</strong>',$name, $version, $release)?></h1>
<?php include '../5/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">
@@ -626,5 +627,6 @@ $('img.lazy').each(function(){
});
</script>
+<?php echo common_footer($locale); ?>
</body>
</html>