manque le trans
This commit is contained in:
parent
1b35fae44c
commit
9df69367d2
@ -162,8 +162,7 @@ class MenuTop {
|
|||||||
$chaine="";
|
$chaine="";
|
||||||
if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); }
|
if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); }
|
||||||
if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; }
|
if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; }
|
||||||
if ($conf->service->enabled) { $chaine.=$langs->("Services"); }
|
if ($conf->service->enabled) { $chaine.=$langs->trans("Services"); }
|
||||||
|
|
||||||
|
|
||||||
print '<a '.$class.' href="'.DOL_URL_ROOT.'/product/index.php?mainmenu=products"'.($this->atarget?" target=$this->atarget":"").'>'.$chaine.'</a>';
|
print '<a '.$class.' href="'.DOL_URL_ROOT.'/product/index.php?mainmenu=products"'.($this->atarget?" target=$this->atarget":"").'>'.$chaine.'</a>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user