diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-06-29 16:23:08 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-06-29 16:23:08 +0000 |
commit | 66a45503fd663e89ae6062726ac3623337648916 (patch) | |
tree | b7ae5e6ce447a94bad5fd38d405d386c222da6a8 /1 | |
parent | a495f0cbd603d33e8c8d69afdadf81d3aa92ebd2 (diff) | |
download | www-66a45503fd663e89ae6062726ac3623337648916.tar www-66a45503fd663e89ae6062726ac3623337648916.tar.gz www-66a45503fd663e89ae6062726ac3623337648916.tar.bz2 www-66a45503fd663e89ae6062726ac3623337648916.tar.xz www-66a45503fd663e89ae6062726ac3623337648916.zip |
fix path to home
Diffstat (limited to '1')
-rw-r--r-- | 1/notes/notes.php | 2 |
1 files changed, 1 insertions, 1 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'; ?> |