$default) { $opt = lang_select($default); # et remplace if ($GLOBALS['spip_lang'] <> $default) { $default = ''; # annule tout choix par defaut if ($opt) { lang_select(); } } } # lien a partir de / $cible = parametre_url(self(), 'lang', '', '&'); $post = generer_url_action('converser', 'redirect=' . rawurlencode($cible), '&'); return array( 'formulaires/menu_lang', 3600, array( 'nom' => $nom, 'url' => $post, 'name' => $nom, 'default' => $default, ) ); }