From 509cc4b496214e31455b12a50ba3d6d8a7b66421 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 30 May 2011 16:19:43 +0000 Subject: updated notes for /1 --- en/1/nav.php | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'en/1/nav.php') diff --git a/en/1/nav.php b/en/1/nav.php index a6bcd76c3..6c315c2ca 100644 --- a/en/1/nav.php +++ b/en/1/nav.php @@ -1,12 +1,28 @@ '1', + "/{$locale}/1/use/" => 'Users', + "/{$locale}/1/build/" => 'Developers', + "/{$locale}/1/profit/" => 'Businesses', + "/{$locale}/downloads/" => 'Download', + "/{$locale}/1/notes/" => 'Notes', + "/{$locale}/1/next/" => 'And next?' +); + +$sru = trim($_SERVER['REQUEST_URI']); + +$pnav = array(); +foreach ($nav as $k => $v) { + $pnav[] = sprintf('%s', + $k, + $k == $sru ? ' class="sel"' : null, + $v); +} +$pnav = implode(' | ', $pnav); + echo << -

- Mageia 1 - | Download - | Release notes - | Migrate - | Spread the word!

+
+
S; -- cgit v1.2.1