diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-05-31 16:58:28 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-05-31 16:58:28 +0000 |
commit | e60170c42fb05e13b3a279c69431eadb448b005a (patch) | |
tree | 74f730e00d36d83e0773b73cc1ad69b7d5d3d5d0 /en/1/nav.php | |
parent | 2845aed6967d44babf0cf5fc240eb65763c268d4 (diff) | |
download | www-e60170c42fb05e13b3a279c69431eadb448b005a.tar www-e60170c42fb05e13b3a279c69431eadb448b005a.tar.gz www-e60170c42fb05e13b3a279c69431eadb448b005a.tar.bz2 www-e60170c42fb05e13b3a279c69431eadb448b005a.tar.xz www-e60170c42fb05e13b3a279c69431eadb448b005a.zip |
small fixes
Diffstat (limited to 'en/1/nav.php')
-rw-r--r-- | en/1/nav.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en/1/nav.php b/en/1/nav.php index 42f2e1e6e..8a0d29ae9 100644 --- a/en/1/nav.php +++ b/en/1/nav.php @@ -1,11 +1,11 @@ <?php $nav = array( - "/{$locale}/1/" => '1', + "/{$locale}/1/" => '1', "/{$locale}/1/for-you/" => 'For You', "/{$locale}/downloads/" => 'Download', - "/{$locale}/1/notes/" => 'Notes', - "/{$locale}/1/next/" => 'And next?' + "/{$locale}/1/next/" => 'And next?', + "/{$locale}/1/notes/" => 'Notes' ); $sru = trim($_SERVER['REQUEST_URI']); |