aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/index.php')
-rw-r--r--en/downloads/index.php13
1 files changed, 11 insertions, 2 deletions
diff --git a/en/downloads/index.php b/en/downloads/index.php
index a04ad8428..cbf8a696e 100644
--- a/en/downloads/index.php
+++ b/en/downloads/index.php
@@ -1,7 +1,16 @@
-<?php require '../../downloads.php';
+<?php
+
+define('HLANG', true);
+require '../../langs.php';
+require 'locales.php';
+
+$_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
$_t['page_h1'] = sprintf($_t['page_h1'], '<em class="tag">Mageia 1</em>');
$_t['page_title'] = sprintf($_t['page_title'], 'Mageia 1');
+
+require 'lib.php';
+
?>
<!DOCTYPE html>
<html lang="<?php echo $locale; ?>">
@@ -15,7 +24,7 @@ $_t['page_title'] = sprintf($_t['page_title'], 'Mageia 1');
<?php include '../../analytics.php'; ?>
</head>
<body class="release">
- <?php include '../../langs.php'; ?>
+ <?php echo $hsnav; ?>
<div id="doc" class="yui-t7">
<div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh"><?php echo $_t['page_h1']; ?></span></h1></div>
<div id="bd" role="main">