diff options
author | Filip Komar <filip@mageia.org> | 2012-07-27 14:24:26 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2012-07-27 14:24:26 +0000 |
commit | e64947e184a91de0c016806dae6fdc74d3b6ebf0 (patch) | |
tree | 039ec864402982df386f57b631d08bc7456e7a73 /en/about | |
parent | 5ebb8860d591f34fe4e508e19099507c089f5903 (diff) | |
download | www-e64947e184a91de0c016806dae6fdc74d3b6ebf0.tar www-e64947e184a91de0c016806dae6fdc74d3b6ebf0.tar.gz www-e64947e184a91de0c016806dae6fdc74d3b6ebf0.tar.bz2 www-e64947e184a91de0c016806dae6fdc74d3b6ebf0.tar.xz www-e64947e184a91de0c016806dae6fdc74d3b6ebf0.zip |
change some language redirections to relative to be more translation friendly
Diffstat (limited to 'en/about')
-rw-r--r-- | en/about/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/about/index.php b/en/about/index.php index 11c2dc292..88bec7570 100644 --- a/en/about/index.php +++ b/en/about/index.php @@ -77,8 +77,8 @@ _lang_load($locale, "about"); <hr> <?php _h('Media & artwork', null, 'h3')?> <ul><?php - _h('<a href="%s">Logo, CD covers files, media files</a>.', array('/en/about/media/'), 'li'); - _h('<a href="%s">Current graphics charter</a>.', array('/en/charter.html'), 'li'); + _h('<a href="%s">Logo, CD covers files, media files</a>.', array('../about/media/'), 'li'); + _h('<a href="%s">Current graphics charter</a>.', array('../charter.html'), 'li'); ?></ul> </div></div> |