';
$submit = "Ajouter un profil";
$titre = "Ajouter un profil";
} else {
if(core::ifGet("id") == FALSE OR (core::ifGet("id") AND session::getId() == core::getGet("id"))){
$user = user::getUserById(session::getId());
$submit = "Modifier votre profil";
$titre = "Votre fiche de profil";
$protect = 1;
} else {
$user = user::getUserById(core::getGet("id"));
$submit = "Modifier ce profil";
$titre = "Fiche de " . $user["prenom"] . " " . $user["nom"];
$protect = 0;
}
$id_form = '';
}
?>
Dernière connexion : ' . $user["last_connect"] .''; } ?>