From 00d3933289c27fe18bd82780d9629607d5c8bdbd Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 2 Dec 2005 13:33:20 +0000 Subject: [PATCH] Ajout traduction --- htdocs/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index ad58570e4a1..e0e2e8501d1 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("commercial"); if ($user->societe_id == 0) { print '
'; @@ -184,7 +184,6 @@ 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].'';