Résultat de la recherche
if ($rech == "no") {
if ($lang == "fr" ){ $texte = "Il n'y a pas de resultat correspondant a cette recherche"; }
if ($lang == "en" ){ $texte = "No result found"; }
if ($lang == "es" ){ $texte = "ningun resultado encontrado"; }
if ($lang == "jp" ){ $texte = "No result found"; }
}
if ($html == "yes") {
if ($lang == "fr" ){ $texte = "Cette fonction n'est pas disponible dans la version html du site"; }
if ($lang == "en" ){ $texte = "You are in html mode. You can't use the search engine"; }
if ($lang == "es" ){ $texte = "HTML Mode"; }
if ($lang == "jp" ){ $texte = "HTML Mode"; }
}
echo ($texte);
?>