From f1547198bcc3e3f93a302d4c0e8950a70b19a79f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 2 Dec 2005 13:29:24 +0000 Subject: [PATCH] Ajout traduction --- htdocs/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index 00c8b5e1373..ad58570e4a1 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -99,7 +99,7 @@ print "\n"; * Tableau de bord d'états Dolibarr (statistiques) * Non affiché pour un utilisateur externe */ -$langs->load("other"); + if ($user->societe_id == 0) { print '
'; @@ -184,6 +184,7 @@ if ($user->societe_id == 0) } else $board=$boardloaded[$classe]; $var=!$var; + $langs->load("other"); print ''.img_object($titres[$key],$icons[$key]).''; print ''.$titres[$key].''; print ''.$board->nb[$val].'';