Qual: Code respecte MVC

This commit is contained in:
Laurent Destailleur 2006-02-24 19:44:20 +00:00
parent 15c2377434
commit 609a0e4eb4

View File

@ -46,9 +46,6 @@ if ($user->societe_id > 0)
} }
llxHeader("",$langs->trans("AccountancyTreasuryArea"));
/* /*
* Actions * Actions
*/ */
@ -75,10 +72,14 @@ if (isset($_GET["action"]) && $_GET["action"] == 'del_bookmark')
/* /*
* Affichage page * Affichage page
* *
*/ */
llxHeader("",$langs->trans("AccountancyTreasuryArea"));
print_fiche_titre($langs->trans("AccountancyTreasuryArea")); print_fiche_titre($langs->trans("AccountancyTreasuryArea"));
print '<table border="0" width="100%" class="notopnoleftnoright">'; print '<table border="0" width="100%" class="notopnoleftnoright">';