diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php
index 346e75dc339..86870e08f6b 100644
--- a/htdocs/projet/fiche.php
+++ b/htdocs/projet/fiche.php
@@ -24,6 +24,7 @@
* \brief Fiche projet
* \version $Id$
*/
+
require("./pre.inc.php");
require_once(DOL_DOCUMENT_ROOT."/propal.class.php");
require_once(DOL_DOCUMENT_ROOT."/facture.class.php");
@@ -139,10 +140,9 @@ if ($_GET["action"] == 'create' && $user->rights->projet->creer)
/*
* Create
*/
- print_titre($langs->trans("NewProject"));
+ print_fiche_titre($langs->trans("NewProject"));
- if ($mesg) print $mesg;
- print '
';
+ if ($mesg) print $mesg.'
';
print '