aboutsummaryrefslogtreecommitdiffstats
path: root/en/1/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/1/index.php')
-rw-r--r--en/1/index.php16
1 files changed, 6 insertions, 10 deletions
diff --git a/en/1/index.php b/en/1/index.php
index 054da30ca..cf855579a 100644
--- a/en/1/index.php
+++ b/en/1/index.php
@@ -1,14 +1,10 @@
<?php
-$locale = explode('/', $_SERVER['REQUEST_URI']);
-$locale = $locale[1];
+define('HLANG', true);
+require '../../langs.php';
+include 'locales.php';
-require 'locales.php';
-if (!array_key_exists($locale, $_t)) {
- $locale = 'en';
-}
-
-$_t = $_t[$locale];
+$_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
?>
<!DOCTYPE html>
@@ -24,9 +20,9 @@ $_t = $_t[$locale];
<?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="/<?php echo $locale; ?>"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh">1</span></h1></div>
+ <div id="hd" role="banner"><h1><a id="logo" href="/<?php echo $locale; ?>/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh">1</span></h1></div>
<?php include 'nav.php'; ?>
<div id="bd" role="main">
<div class="yui-g bb1">