uid == 0)
{
print "
";
print "
";
print "Veuillez vous identifier
"; print "".drupal_get_form('user_login_block')."
";
print "".l("Inscrivez-vous","inscription/prestataire")."
";
}
else
{
$query = drupal_get_destination();
drupal_goto('accueil',$query);
}
?>