diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
index d1bd15fdc55..6ddef2ba301 100644
--- a/htdocs/comm/action/index.php
+++ b/htdocs/comm/action/index.php
@@ -489,9 +489,6 @@ if ($optioncss != '') {
print '';
print '';
-//print dol_get_fiche_head($head, $tabactive, $langs->trans('Agenda'), 0, 'action');
-//print_actions_filter($form, $canedit, $status, $year, $month, $day, $showbirthday, 0, $filtert, 0, $pid, $socid, $action, $listofextcals, $actioncode, $usergroup, '', $resourceid);
-//print dol_get_fiche_end();
$viewmode = '
';
diff --git a/htdocs/comm/propal/stats/index.php b/htdocs/comm/propal/stats/index.php
index 76809fc222f..e9d884cffaa 100644
--- a/htdocs/comm/propal/stats/index.php
+++ b/htdocs/comm/propal/stats/index.php
@@ -248,7 +248,7 @@ $h++;
complete_head_from_modules($conf, $langs, null, $head, $h, 'propal_stats');
-print dol_get_fiche_head($head, 'byyear', $langs->trans("Statistics"), -1);
+print dol_get_fiche_head($head, 'byyear', '', -1);
print '
';
diff --git a/htdocs/commande/stats/index.php b/htdocs/commande/stats/index.php
index 778b7484187..6be0ad8950c 100644
--- a/htdocs/commande/stats/index.php
+++ b/htdocs/commande/stats/index.php
@@ -291,7 +291,7 @@ if ($mode == 'supplier') {
complete_head_from_modules($conf, $langs, null, $head, $h, $type);
-print dol_get_fiche_head($head, 'byyear', $langs->trans("Statistics"), -1);
+print dol_get_fiche_head($head, 'byyear', '', -1);
print '
';
diff --git a/htdocs/compta/deplacement/stats/index.php b/htdocs/compta/deplacement/stats/index.php
index 970f2b25eb1..0fec14a005e 100644
--- a/htdocs/compta/deplacement/stats/index.php
+++ b/htdocs/compta/deplacement/stats/index.php
@@ -227,7 +227,7 @@ $h++;
complete_head_from_modules($conf, $langs, null, $head, $h, 'trip_stats');
-print dol_get_fiche_head($head, 'byyear', $langs->trans("Statistics"), -1);
+print dol_get_fiche_head($head, 'byyear', '', -1);
print '
';
diff --git a/htdocs/compta/facture/stats/index.php b/htdocs/compta/facture/stats/index.php
index e49a7c328d4..db61864b6d8 100644
--- a/htdocs/compta/facture/stats/index.php
+++ b/htdocs/compta/facture/stats/index.php
@@ -263,7 +263,7 @@ if ($mode == 'supplier') {
complete_head_from_modules($conf, $langs, null, $head, $h, $type);
-print dol_get_fiche_head($head, 'byyear', $langs->trans("Statistics"), -1);
+print dol_get_fiche_head($head, 'byyear', '', -1);
print '
';
diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
index 323262c3727..53222b18be8 100644
--- a/htdocs/core/lib/functions.lib.php
+++ b/htdocs/core/lib/functions.lib.php
@@ -6209,8 +6209,8 @@ function print_fleche_navigation($page, $file, $options = '', $nextpage = 0, $be
$pagesizechoices = getDolGlobalString('MAIN_PAGESIZE_CHOICES');
}
- print '