diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php
index 60a70777e2b..d70270b8fcb 100644
--- a/htdocs/adherents/fiche.php
+++ b/htdocs/adherents/fiche.php
@@ -710,7 +710,7 @@ if ($action == 'create')
$htmls = new Form($db);
$adht = new AdherentType($db);
- print_titre($langs->trans("NewMember"));
+ print_fiche_titre($langs->trans("NewMember"));
print '
';
diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index e047fde01dd..f91a5102138 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -814,7 +814,7 @@ $formorder = new FormOrder($db);
*********************************************************************/
if ($_GET['action'] == 'create' && $user->rights->commande->creer)
{
- print_titre($langs->trans('CreateOrder'));
+ print_fiche_titre($langs->trans('CreateOrder'));
if ($mesg) print $mesg.'
';
diff --git a/htdocs/compta/paiement/index.php b/htdocs/compta/paiement/index.php
index 0ba3e0cad6a..dfc908f8a5b 100644
--- a/htdocs/compta/paiement/index.php
+++ b/htdocs/compta/paiement/index.php
@@ -21,24 +21,22 @@
*/
require("./pre.inc.php");
-/*
- * Sécurité accés
- */
+// Security check
if (!$user->admin && $user->societe_id > 0)
accessforbidden();
+/*
+ * View
+ */
+
llxHeader();
-print_titre("Paiements");
-/*
- *
- *
- */
+print_fiche_titre("Payments");
$db->close();
-
-llxFooter("Dernière modification $Date$ révision $Revision$");
+
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php
index 245f4b373f5..b56a7b081b8 100644
--- a/htdocs/fourn/facture/fiche.php
+++ b/htdocs/fourn/facture/fiche.php
@@ -365,7 +365,7 @@ llxHeader('','','');
// Mode creation
if ($_GET['action'] == 'create')
{
- print_titre($langs->trans('NewBill'));
+ print_fiche_titre($langs->trans('NewBill'));
if ($mesg) { print $mesg.'
'; }
@@ -471,7 +471,7 @@ else
if ($_GET['action'] == 'edit')
{
- print_titre($langs->trans('SupplierInvoice'));
+ print_fiche_titre($langs->trans('SupplierInvoice'));
print '