if (!session_is_registered ("LANG")){$LANG = "uk";session_register("LANG");} if (isset($l) and ($l == "fr")){$LANG = "fr";session_register("LANG");} if (isset($l) and ($l == "uk")){$LANG = "uk";session_register("LANG");} ?>
![]() |
if (session_is_registered("LANG") and ($LANG == fr)){ ?>
|
![]() |
|||
|
if (isset($rub)) { switch ($rub){ case 1: $p = "contributions_experts.htm";break; case 2: $p = "ppale_fr.htm";break; case 3: $p = "contributions.html";break; case 4: $p = "ppale_uk.htm";break; case 5: $p = "news.htm";break; case 6: $p = "press.htm";break; case 7: $p = "oxford.htm";break; /* case 1: $p = "contributionsfr.htm";break; case 2: $p = "ppale_fr.htm";break; case 3: $p = "contributions.htm";break; case 4: $p = "ppale_uk.htm";break; case 5: $p = "note_fr.htm";break; case 6: $p = "note_uk.htm";break; */ default : if (session_is_registered("LANG") and ($LANG == fr)){ $p="ppale_fr.htm";} else { $p="ppale_uk.htm";} break; } include("$p"); }else { if (session_is_registered("LANG") and ($LANG == fr)){ include("ppale_fr.htm");} else { include("ppale_uk.htm");} } ?> | ||||
|
|||||