diff --git a/htdocs/admin/bank.php b/htdocs/admin/bank.php
index 0fcf52b888a..34b7ece1cf2 100644
--- a/htdocs/admin/bank.php
+++ b/htdocs/admin/bank.php
@@ -88,15 +88,6 @@ $linkback=''.$langs->trans("BackToM
print_fiche_titre($langs->trans("BankSetupModule"),$linkback,'setup');
print '
';
-$h = 0;
-
-$head[$h][0] = DOL_URL_ROOT."/admin/bank.php";
-$head[$h][1] = $langs->trans("Miscellaneous");
-$head[$h][2] = 'general';
-$hselected=$h;
-$h++;
-
-dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
print '
';
print '';
diff --git a/htdocs/admin/compta.php b/htdocs/admin/compta.php
index a2abb070c3a..1e5828f55e2 100644
--- a/htdocs/admin/compta.php
+++ b/htdocs/admin/compta.php
@@ -104,16 +104,6 @@ print_fiche_titre($langs->trans('ComptaSetup'),$linkback,'setup');
print '
';
-$h = 0;
-
-$head[$h][0] = DOL_URL_ROOT."/admin/compta.php";
-$head[$h][1] = $langs->trans("Accountancy");
-$head[$h][2] = 'Compta';
-$hselected=$h;
-$h++;
-
-dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
-
print '';
// Cas du parametre COMPTA_MODE
diff --git a/htdocs/admin/dons.php b/htdocs/admin/dons.php
index bb54f0ead67..c350cea531b 100644
--- a/htdocs/admin/dons.php
+++ b/htdocs/admin/dons.php
@@ -120,18 +120,6 @@ llxHeader('',$langs->trans("DonationsSetup"),'DonConfiguration');
$linkback=''.$langs->trans("BackToModuleList").'';
print_fiche_titre($langs->trans("DonationsSetup"),$linkback,'setup');
-print '
';
-
-$h = 0;
-
-$head[$h][0] = DOL_URL_ROOT."/admin/dons.php";
-$head[$h][1] = $langs->trans("Donations");
-$head[$h][2] = 'Donation';
-$hselected=$h;
-$h++;
-
-dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
-
// Document templates
print '
';
diff --git a/htdocs/admin/ecm.php b/htdocs/admin/ecm.php
index 68782a2620d..50ad5ce13e8 100644
--- a/htdocs/admin/ecm.php
+++ b/htdocs/admin/ecm.php
@@ -72,16 +72,6 @@ $linkback=''.$langs->trans("BackToM
print_fiche_titre($langs->trans("ECMSetup"),$linkback,'setup');
print '
';
-$h = 0;
-
-$head[$h][0] = DOL_URL_ROOT."/admin/ecm.php";
-$head[$h][1] = $langs->trans("Miscellaneous");
-$head[$h][2] = 'general';
-$hselected=$h;
-$h++;
-
-dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
-
print '';
print '';
print '| '.$langs->trans("Description").' | ';
diff --git a/htdocs/admin/mailing.php b/htdocs/admin/mailing.php
index 3c9c2f5ad93..43fd62028fd 100644
--- a/htdocs/admin/mailing.php
+++ b/htdocs/admin/mailing.php
@@ -80,16 +80,6 @@ llxHeader('',$langs->trans("MailingSetup"));
$linkback=''.$langs->trans("BackToModuleList").'';
print_fiche_titre($langs->trans("MailingSetup"),$linkback,'setup');
-$h = 0;
-
-$head[$h][0] = DOL_URL_ROOT."/admin/mailing.php";
-$head[$h][1] = $langs->trans("Miscellaneous");
-$head[$h][2] = 'general';
-$hselected=$h;
-$h++;
-
-dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
-
if (! empty($conf->use_javascript_ajax))
{
print "\n".'