Removed useless header

This commit is contained in:
Laurent Destailleur 2019-09-14 18:26:38 +02:00
parent 584549df11
commit f45abc1b2a

View File

@ -51,7 +51,7 @@ $hookmanager->initHooks(array('accountancyindex'));
llxHeader('', $langs->trans("AccountancyArea")); llxHeader('', $langs->trans("AccountancyArea"));
print load_fiche_titre($langs->trans("AccountancyArea"), '', 'title_accountancy'); print load_fiche_titre($langs->trans("AccountancyArea"), '', 'title_accountancy');
dol_fiche_head(); //dol_fiche_head();
$step = 0; $step = 0;
@ -177,7 +177,7 @@ else
{ {
print $langs->trans("Module10Desc")."<br>\n"; print $langs->trans("Module10Desc")."<br>\n";
} }
dol_fiche_end(); //dol_fiche_end();
// End of page // End of page
llxFooter(); llxFooter();