diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index a8350dc4eb2..da4150bf691 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -115,11 +115,11 @@ if ($_GET["action"] == 'create') print 'Poste'; - print 'Tel Perso'; + print 'Tel Perso'; print 'Adresse'; - print 'Mobile'; + print 'Portable'; print 'CP Ville '; @@ -172,10 +172,8 @@ else $contact = new Contact($db); $contact->fetch($_GET["id"]); - print_fiche_titre ("Contact : ". $contact->firstname.' '.$contact->name); - print ''; print '
Nom : '.$contact->name.' '.$contact->firstname;