headerhtml (); $f -> collectivite (); $f -> droit ($obj); $f -> header (1, $ent); /** * */ echo "\n
\n"; if (isset($_SESSION ['profil'])){ if ($_SESSION ['profil'] > 0 && $_SESSION ['profil'] >= $f -> droit) { if (file_exists ("../dyn/recherche.inc")){ echo "
"; echo "  ".$f->lang("recherche_globale")."  "; echo "
"; include ("../dyn/recherche.inc"); //uniquement recherche globale $idrg=1; include ("../scr/recherche.php"); echo "
"; echo "
"; echo "
"; } }else echo "
".$f->lang("attention")." ".$f->lang("droit").$f->lang("pluriel")." ".$f->lang("insuffisant").$f->lang("pluriel")." - ". $f->lang("votre_profil_est")." : [".$_SESSION['profil']."]
"; }else{ echo "
".$f->lang("attention")." ".$f->lang("droit").$f->lang("pluriel")." ".$f->lang("insuffisant").$f->lang("pluriel")." - ". $f->lang("votre_profil_est")." : [".$_SESSION['profil']."]
"; } echo "\n
\n"; /** * */ $f -> footer (); $f -> deconnexion (); $f -> footerhtml (); ?>