diff options
author | Filip Komar <filip@mageia.org> | 2012-08-01 09:53:20 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2012-08-01 09:53:20 +0000 |
commit | 0569881825c51ae4ac1319cbf26851cb70dfece7 (patch) | |
tree | d764d46b11ff4c2d563672316ce60fc427b007d7 | |
parent | 35be55ef846609d32110185140386222a76c7860 (diff) | |
download | www-0569881825c51ae4ac1319cbf26851cb70dfece7.tar www-0569881825c51ae4ac1319cbf26851cb70dfece7.tar.gz www-0569881825c51ae4ac1319cbf26851cb70dfece7.tar.bz2 www-0569881825c51ae4ac1319cbf26851cb70dfece7.tar.xz www-0569881825c51ae4ac1319cbf26851cb70dfece7.zip |
added navigation on value page missed in conversion
-rw-r--r-- | en/about/values/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/en/about/values/index.php b/en/about/values/index.php index c8c259d25..b09416d8a 100644 --- a/en/about/values/index.php +++ b/en/about/values/index.php @@ -15,6 +15,7 @@ _lang_load($locale, 'values'); <?php include '../../../analytics.php'; ?> </head> <body class="about"> + <?php echo $hsnav; ?> <h1 id="mgnavt"><?php _e('Values')?></h1> <div id="doc" class="yui-t7"> <div id="bd" role="main"> |