".$obj;
$ico = "ico_aide.png";
/**
* Classe utils ()
*/
$f = new utils ();
$f -> headerhtml ();
$f -> collectivite ();
$f -> droit ("reqmo");
$f -> header (1, $ent);
echo "\n
\n";
if ($_SESSION ['profil'] > 0 && $_SESSION ['profil'] >= $f -> droit)
{
if (isset($langue)){
if (file_exists ("../sql/".$f -> phptype."/".$langue."/".$obj.".reqmo.inc"))
include ("../sql/".$f -> phptype."/".$langue."/".$obj.".reqmo.inc");
}else{
if (file_exists ("../sql/".$f -> phptype."/".$obj.".reqmo.inc"))
include ("../sql/".$f -> phptype."/".$obj.".reqmo.inc");
}
if (isset ($_GET ['step']))
$step = $_GET ['step'];
else
$step = 0;
// Si step == 0 on affiche le formulaire
if ($step == 0)
{
$validation = 1;
$cptemp = 0;
$cpts=0;
$cptsel=0;
echo "
";
echo "
";
//aide
//echo "
\n";
/**
*
*/
$f -> footer ();
$f -> deconnexion ();
$f -> footerhtml ();
?>