diff options
-rw-r--r-- | 1/notes/notes.php | 2 | ||||
-rw-r--r-- | en/1/index.php | 2 | ||||
-rw-r--r-- | en/1/migrate/index.php | 2 | ||||
-rw-r--r-- | en/1/next/index.php | 2 | ||||
-rw-r--r-- | en/contribute/index.php | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/1/notes/notes.php b/1/notes/notes.php index 62bc6ab3b..0d576b3bf 100644 --- a/1/notes/notes.php +++ b/1/notes/notes.php @@ -23,7 +23,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'; ?> 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'; ?> diff --git a/en/contribute/index.php b/en/contribute/index.php index 0be2065fa..839eeded7 100644 --- a/en/contribute/index.php +++ b/en/contribute/index.php @@ -26,7 +26,7 @@ $_t = $_t[$locale]; <body id="top"> <?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"><?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"> <div class="para"> |