diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 4f023b41f68..58fd1e18be9 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -46,9 +46,6 @@ if ($user->societe_id > 0) } -llxHeader("",$langs->trans("AccountancyTreasuryArea")); - - /* * Actions */ @@ -75,10 +72,14 @@ if (isset($_GET["action"]) && $_GET["action"] == 'del_bookmark') + /* * Affichage page * */ + +llxHeader("",$langs->trans("AccountancyTreasuryArea")); + print_fiche_titre($langs->trans("AccountancyTreasuryArea")); print '';