Clean code - removed not used options

This commit is contained in:
ldestailleur
2025-05-12 14:08:31 +02:00
parent a47fb5a07c
commit 7cf8d6cff7
2 changed files with 6 additions and 22 deletions

View File

@@ -424,10 +424,12 @@ $head[$h][1] = $langs->trans("WebSites");
$head[$h][2] = 'website';
$h++;
/* disable, no option for the moment
$head[$h][0] = DOL_URL_ROOT."/admin/website_options.php";
$head[$h][1] = $langs->trans("Options");
$head[$h][2] = 'options';
$h++;
*/
print dol_get_fiche_head($head, 'website', '', -1);