diff --git a/htdocs/admin/export.php b/htdocs/admin/export.php index c4ad077296a..cb97502c3f8 100644 --- a/htdocs/admin/export.php +++ b/htdocs/admin/export.php @@ -57,7 +57,7 @@ llxHeader('', $langs->trans($page_name)); // Subheader $linkback = '' . $langs->trans("BackToModuleList") . ''; -print_fiche_titre($langs->trans($page_name), $linkback); +print load_fiche_titre($langs->trans($page_name), $linkback); // Configuration header diff --git a/htdocs/compta/charges/index.php b/htdocs/compta/charges/index.php index f0188c5ed94..86e963e50df 100644 --- a/htdocs/compta/charges/index.php +++ b/htdocs/compta/charges/index.php @@ -463,7 +463,7 @@ if (! empty($conf->salaries->enabled) && ! empty($user->rights->salaries->read)) print "
"; - print_fiche_titre( $langs->trans("SalariesPayments").($year?' ('.$langs->trans("Year").' '.$year.')':''), '', ''); + print load_fiche_titre( $langs->trans("SalariesPayments").($year?' ('.$langs->trans("Year").' '.$year.')':''), '', ''); $sql = "SELECT s.rowid, s.amount, s.label, s.datep as datep, s.datev as datev, s.datesp, s.dateep, s.salary, s.fk_bank, u.salary as current_salary,"; $sql.= " pct.code as payment_code,"; diff --git a/htdocs/compta/sociales/payments.php b/htdocs/compta/sociales/payments.php index 936c2c9c0f2..8dc443aee6b 100644 --- a/htdocs/compta/sociales/payments.php +++ b/htdocs/compta/sociales/payments.php @@ -405,7 +405,7 @@ if (! empty($conf->salaries->enabled) && ! empty($user->rights->salaries->read)) print "
"; - print_fiche_titre($langs->trans("SalariesPayments").($year?' ('.$langs->trans("Year").' '.$year.')':''), '', ''); + print load_fiche_titre($langs->trans("SalariesPayments").($year?' ('.$langs->trans("Year").' '.$year.')':''), '', ''); $sql = "SELECT s.rowid, s.amount, s.label, s.datep as datep, s.datev as datev, s.datesp, s.dateep, s.salary, u.salary as current_salary"; $sql.= " FROM ".MAIN_DB_PREFIX."payment_salary as s, ".MAIN_DB_PREFIX."user as u"; diff --git a/htdocs/core/tpl/advtarget.tpl.php b/htdocs/core/tpl/advtarget.tpl.php index 15ab669bd9a..3b56e40823e 100644 --- a/htdocs/core/tpl/advtarget.tpl.php +++ b/htdocs/core/tpl/advtarget.tpl.php @@ -47,7 +47,7 @@ print ''; - print_fiche_titre($langs->trans("AdvTgtTitle")); + print load_fiche_titre($langs->trans("AdvTgtTitle")); print '
' . "\n"; print '
' . "\n"; diff --git a/htdocs/holiday/month_report.php b/htdocs/holiday/month_report.php index 152bf554ab8..f30d5e85d7d 100644 --- a/htdocs/holiday/month_report.php +++ b/htdocs/holiday/month_report.php @@ -54,7 +54,7 @@ $listhalfday=array('morning'=>$langs->trans("Morning"),"afternoon"=>$langs->tran llxHeader('', $langs->trans('CPTitreMenu')); -print_fiche_titre($langs->trans('MenuReportMonth')); +print load_fiche_titre($langs->trans('MenuReportMonth')); $html = new Form($db); $formother = new FormOther($db); diff --git a/htdocs/margin/checkMargins.php b/htdocs/margin/checkMargins.php index 850b47cee17..1fbadfdaa20 100644 --- a/htdocs/margin/checkMargins.php +++ b/htdocs/margin/checkMargins.php @@ -143,7 +143,7 @@ $title = $langs->trans("Margins"); llxHeader('', $title); -// print_fiche_titre($text); +// print load_fiche_titre($text); $param=''; if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.$contextpage; diff --git a/htdocs/variants/combinations.php b/htdocs/variants/combinations.php index 79076e8ac50..31731261360 100644 --- a/htdocs/variants/combinations.php +++ b/htdocs/variants/combinations.php @@ -408,7 +408,7 @@ if (! empty($id) || ! empty($ref)) } else { $title = $langs->trans('EditProductCombination'); } - print_fiche_titre($title); + print load_fiche_titre($title); if ($action == 'add') { $prodattr_all = $prodattr->fetchAll();