From 0645c65b87eb7a06f80cd6688cffd44e6c35447d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 2 Jan 2005 14:01:13 +0000 Subject: [PATCH] Trad: Oubli traductions --- htdocs/includes/menus/barre_top/default.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/htdocs/includes/menus/barre_top/default.php b/htdocs/includes/menus/barre_top/default.php index f285878c058..5abfb319eb1 100644 --- a/htdocs/includes/menus/barre_top/default.php +++ b/htdocs/includes/menus/barre_top/default.php @@ -127,7 +127,10 @@ if ($conf->produit->enabled || $conf->service->enabled) } - +if ($conf->fournisseur->enabled) +{ + $langs->load("suppliers"); + $class=""; if ($_SESSION["topmenu"] && $_SESSION["topmenu"] == "supplier") { @@ -142,10 +145,8 @@ if ($conf->produit->enabled || $conf->service->enabled) $class = 'class="tmenu"'; } - print ''.$langs->trans("Fournisseur").''; - - - + print ''.$langs->trans("Suppliers").''; +} if ($conf->webcal->enabled)