Better Separator for Products/Services in Top Menu
Easier to read when both modules are enabled
This commit is contained in:
parent
1d2d21de09
commit
056b76a831
@ -112,7 +112,7 @@ function print_eldy_menu($db,$atarget,$type_user,&$tabMenu,&$menu,$noout=0,$mode
|
|||||||
$chaine.=$langs->trans("Products");
|
$chaine.=$langs->trans("Products");
|
||||||
}
|
}
|
||||||
if (! empty($conf->product->enabled) && ! empty($conf->service->enabled)) {
|
if (! empty($conf->product->enabled) && ! empty($conf->service->enabled)) {
|
||||||
$chaine.="/";
|
$chaine.=" | ";
|
||||||
}
|
}
|
||||||
if (! empty($conf->service->enabled)) {
|
if (! empty($conf->service->enabled)) {
|
||||||
$chaine.=$langs->trans("Services");
|
$chaine.=$langs->trans("Services");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user