aboutsummaryrefslogtreecommitdiffstats
path: root/en/1/migrate/index.php
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/migrate/index.php
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/migrate/index.php')
-rw-r--r--en/1/migrate/index.php2
1 files changed, 1 insertions, 1 deletions
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'; ?>