diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php
index a1030a68292..afa64c0733e 100644
--- a/htdocs/contact/card.php
+++ b/htdocs/contact/card.php
@@ -374,6 +374,7 @@ else
/*
* Onglets
*/
+ $head=array();
if ($id > 0)
{
// Si edition contact deja existant
@@ -386,9 +387,6 @@ else
$head = contact_prepare_head($object);
$title = (! empty($conf->global->SOCIETE_ADDRESSES_MANAGEMENT) ? $langs->trans("Contacts") : $langs->trans("ContactsAddresses"));
- dol_fiche_head($head, 'card', $title, 0, 'contact');
-
- dol_htmloutput_events();
}
if ($user->rights->societe->contact->creer)
@@ -438,13 +436,16 @@ else
print ''."\n";
}
- print '
';
print '