diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
index 93dd8ea8969..a7b3065658d 100644
--- a/htdocs/admin/modules.php
+++ b/htdocs/admin/modules.php
@@ -286,23 +286,10 @@ if ($mode==='expdev') print $langs->trans("ModuleFamilyExperimental")."
$h = 0;
$categidx='common'; // Main
-//if (! empty($categ[$categidx]))
-//{
- $head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=".$categidx;
- $head[$h][1] = $langs->trans("AvailableModules");
- $head[$h][2] = 'common';
- $h++;
-//}
-
-/*$categidx='expdev';
-if (! empty($categ[$categidx]))
-{
- $categidx='expdev';
- $head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=".$categidx;
- $head[$h][1] = $form->textwithpicto($langs->trans("ModuleFamilyExperimental"), $langs->trans('DoNotUseInProduction'), 1, 'warning', '', 0, 3);
- $head[$h][2] = 'expdev';
- $h++;
-}*/
+$head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=".$categidx;
+$head[$h][1] = $langs->trans("AvailableModules");
+$head[$h][2] = 'common';
+$h++;
$categidx='marketplace';
$head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=".$categidx;
@@ -314,18 +301,19 @@ $h++;
print "
\n";
-dol_fiche_head($head, $mode, '');
-
$var=true;
if ($mode != 'marketplace')
{
+
print '