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/tdb.inc")){ include ("../dyn/tdb.inc"); } }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 (); ?>