From 609a0e4eb490c106ae13992b93582b925b1a6508 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 24 Feb 2006 19:44:20 +0000 Subject: [PATCH] Qual: Code respecte MVC --- htdocs/compta/index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 '';