phptype."/".$obj.".inc"))
include ("../sql/".$f -> phptype."/".$obj.".inc");
$f -> headerhtml ();
$f -> collectivite ();
$f -> droit ($obj);
$f -> header (1, $ent, $ico, $obj);
echo "\n
\n";
if ($_SESSION ['profil'] >= $f -> droit) {
echo "
";
echo "
";
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']."]
";
}
echo "\n
\n\n";
/**
*
*/
$f -> footer ();
$f -> deconnexion ();
$f -> footerhtml ();
?>