0 ? implode('/', $sel) : null; $list_langs = array(); $options = array(); foreach ($langs as $k => $v) { $list_langs[] = sprintf('%s', $page != null ? implode('/', array($k, $page)) : $k, $k == $locale ? ' class="sel"' : '', $v); $options[] = sprintf('', $k, $k == $locale ? ' selected="selected"' : '', $v); } // prevent 404 error on /{$locale}/ with missing translation function locale_path($loc,$path) { $filename = "/".$loc."/".$path; $url = "/en/".$path; if (file_exists($filename)) { $url = $filename; } return $url; } // global nav $nav_list = array( "/{$locale}/" => 'Mageia', "http://blog.mageia.org/{$locale}" => array( 'el' => 'Ιστολόγιο', 'en' => 'Blog', 'et' => 'Ajaveeb', 'tr' => 'Web Günlüğü', 'ru' => 'Блог' ), //"/{$locale}/alpha" => 'Alpha', locale_path("{$locale}","alpha") => 'Alpha', '/wiki/' => array( 'en' => 'Wiki', 'ru' => 'Вики' ), //"/{$locale}/faq" => array( locale_path("{$locale}","faq") => array( 'en' => 'FAQ', 'es' => 'Preguntas Frecuentes', 'et' => 'KKK', 'tr' => 'S.S.S.', 'ro' => 'Întrebări frecvente' ), "/{$locale}/donate" => array( //locale_path("{$locale}","donate") => array( //"http://www.mageia.org/en/donate//{$locale}/" => array( 'de' => 'Spenden', 'el' => 'Δωρεές', 'en' => 'Donations', 'es' => 'Donaciones', 'et' => 'Annetused', 'fr' => 'Dons', 'pl' => 'Dotacje', 'tr' => 'Bağışlar', 'ro' => 'Donații', 'ru' => 'Пожертвования' ), "http://mageia.org/wiki/doku.php?id=press" => array( 'de' => 'Presse', 'el' => 'Τύπος', 'en' => 'Press', 'es' => 'Prensa', 'et' => 'Ajakirjandus', 'fr' => 'Presse', 'pl' => 'Prasa o nas ', 'ro' => 'Presă', 'ru' => 'Пресса', 'tr' => 'Basın' ), "/{$locale}/about/values" => array( //locale_path("{$locale}","about/values") => array( 'de' => 'Werte', 'el' => 'Αξίες', 'en' => 'Values', 'es' => 'Valores', 'et' => 'Väärtused', 'fr' => 'Valeurs', 'pl' => 'Wartości', 'tr' => 'Değerler', 'ro' => 'Valori', 'ru' => 'Цели' ), "/{$locale}/about/code-of-conduct" => array( //locale_path("{$locale}","about/code-of-conduct") => array( 'de' => 'Verhaltenskodex', 'el' => 'Κώδικας συμπεριφοράς', 'en' => 'Code of Conduct', 'es' => 'Código de Conducta', 'et' => 'Käitumisjuhised', 'fr' => 'Code de conduite', 'pl' => 'Kodeks postępowania', 'tr' => 'Temel İlkeler', 'ro' => 'Codul de conduită', 'ru' => 'Кодекс поведения' ) ); $list_menu = array(); foreach ($nav_list as $k => $v) { if (is_array($v)) $title = array_key_exists($locale, $v) ? $v[$locale] : $v['en']; else $title = $v; $accessKey = null; if ($title == 'Mageia') $accessKey = ' accesskey="1"'; $list_menu[] = sprintf('%s', $k, $k == $sru ? ' class="sel"' : '', $accessKey, $title); } echo sprintf(' H; /* echo sprintf('

%s

', implode(' | ', $list_langs)); */