aboutsummaryrefslogtreecommitdiffstats
path: root/en/1
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-06-29 16:23:08 +0000
committerRomain d'Alverny <rda@mageia.org>2011-06-29 16:23:08 +0000
commit66a45503fd663e89ae6062726ac3623337648916 (patch)
treeb7ae5e6ce447a94bad5fd38d405d386c222da6a8 /en/1
parenta495f0cbd603d33e8c8d69afdadf81d3aa92ebd2 (diff)
downloadwww-66a45503fd663e89ae6062726ac3623337648916.tar
www-66a45503fd663e89ae6062726ac3623337648916.tar.gz
www-66a45503fd663e89ae6062726ac3623337648916.tar.bz2
www-66a45503fd663e89ae6062726ac3623337648916.tar.xz
www-66a45503fd663e89ae6062726ac3623337648916.zip
fix path to home
Diffstat (limited to 'en/1')
-rw-r--r--en/1/index.php2
-rw-r--r--en/1/migrate/index.php2
-rw-r--r--en/1/next/index.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/en/1/index.php b/en/1/index.php
index 137d556c2..054da30ca 100644
--- a/en/1/index.php
+++ b/en/1/index.php
@@ -26,7 +26,7 @@ $_t = $_t[$locale];
<body class="release">
<?php include '../../langs.php'; ?>
<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">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">
diff --git a/en/1/migrate/index.php b/en/1/migrate/index.php
index e446ed2c9..587b50571 100644
--- a/en/1/migrate/index.php
+++ b/en/1/migrate/index.php
@@ -22,7 +22,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<?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="hd" role="banner"><h1><a id="logo" href="/<?php echo $locale; ?>"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh"><?php echo $_t['page_h1']; ?></span></h1></div>
<div id="bd" role="main">
<div class="yui-g">
<?php include '../nav.php'; ?>
diff --git a/en/1/next/index.php b/en/1/next/index.php
index 187f0b548..e71cf3f11 100644
--- a/en/1/next/index.php
+++ b/en/1/next/index.php
@@ -24,7 +24,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<?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>
+ <h1><a id="logo" href="/<?php echo $locale; ?>/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh"><?php echo $_t['page_h1']; ?></span></h1>
</div>
<?php include '../nav.php'; ?>