diff --git a/htdocs/includes/menus/barre_top/eldy_backoffice.php b/htdocs/includes/menus/barre_top/eldy_backoffice.php index 6f3d1b93808..d4346383f85 100644 --- a/htdocs/includes/menus/barre_top/eldy_backoffice.php +++ b/htdocs/includes/menus/barre_top/eldy_backoffice.php @@ -211,7 +211,8 @@ class MenuTop { } // Tools - if (1 == 1) { + if ($conf->mailing->enabled || $conf->export->enabled || $conf->bookmark->enabled) + { $langs->load("other"); $class=""; diff --git a/htdocs/includes/menus/barre_top/eldy_frontoffice.php b/htdocs/includes/menus/barre_top/eldy_frontoffice.php index f3648fd67ca..b70b44f8471 100644 --- a/htdocs/includes/menus/barre_top/eldy_frontoffice.php +++ b/htdocs/includes/menus/barre_top/eldy_frontoffice.php @@ -213,7 +213,8 @@ class MenuTop { } // Tools - if (1 == 1) { + if ($conf->mailing->enabled || $conf->export->enabled || $conf->bookmark->enabled) + { $langs->load("other"); $class="";