diff options
author | Filip Komar <filip@mageia.org> | 2012-08-05 08:33:42 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2012-08-05 08:33:42 +0000 |
commit | 6f4d6470e3e8d207c4ccadaaf5f52def34856916 (patch) | |
tree | 10db7ec9f4bb29454b956e81a2fa17262d2dbd17 /en/index.php | |
parent | f23248a03814aa7faa225dc9fd9978209c041935 (diff) | |
download | www-6f4d6470e3e8d207c4ccadaaf5f52def34856916.tar www-6f4d6470e3e8d207c4ccadaaf5f52def34856916.tar.gz www-6f4d6470e3e8d207c4ccadaaf5f52def34856916.tar.bz2 www-6f4d6470e3e8d207c4ccadaaf5f52def34856916.tar.xz www-6f4d6470e3e8d207c4ccadaaf5f52def34856916.zip |
bottom links corected again on main index page to be more language friendly
Diffstat (limited to 'en/index.php')
-rw-r--r-- | en/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/index.php b/en/index.php index 951f8279b..184f342a4 100644 --- a/en/index.php +++ b/en/index.php @@ -264,8 +264,8 @@ $nav = array( ?></ul> <hr> <p id="fnotes"> - <a href="../map/"><?php _e('Sitemap')?></a> - | <a href="../about/policies/privacy/"><?php _e('Privacy policy')?></a> + <a href="/<?php echo $locale ?>/map/"><?php _e('Sitemap')?></a> + | <a href="/<?php echo $locale ?>/about/policies/privacy/"><?php _e('Privacy policy')?></a> </p> </div> </div> |