From 48cc98f4c012eaacc7970c206f77f0a42a2024cf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 28 Mar 2005 13:58:35 +0000 Subject: [PATCH] Fix: Titre formulaire manquant --- htdocs/contact/fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index 1fa8a0375a3..fb329551b64 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -208,6 +208,7 @@ if ($_GET["action"] == 'create') * Fiche en mode creation * */ + print_fiche_titre($langs->trans("AddContact")); print '
';