if ($_GET[cat]!='')
{//$str=stripslashes($_GET[cat]);
echo "$_GET[cat]";
}
else{
if($site=="home1") { switch ($_GET[page]) { //case 'note-biographique' : echo "NOTE BIOGRAPHIQUE";
// break;
// case 'mot-cg' : echo "MOT DU CONSUL GENERAL";
// break;
case 'galerie-photos-video' : echo "GALERIE PHOTOS";
break;
case 'bientot' : echo "PAGE NON DISPONIBLE!!!";
break;
}
}
}
?>
if ($site!="category" and $site !="news" and $site !="news1" and $site!="home" and $site!="home1" and $site!="search" and $site!="newsdetail" and $site!="newsdetail1" and $site!="search1"
and $site!="index" and $site!="contenu" and $site!="search_annu" and $site!="search_annu1" and $site!="annuairedetail" and $site!="search_by_activ")
{
exit ("access interdit recommencer ?");
}
include $site.".php";
?>