From b6ba3b911a0bda427dde5bc09e917a33638956b0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 30 Nov 2004 09:52:01 +0000 Subject: [PATCH] Ajout fichiers de langue --- htdocs/fourn/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php index d250049befc..fc1e3534a1f 100644 --- a/htdocs/fourn/index.php +++ b/htdocs/fourn/index.php @@ -25,6 +25,8 @@ require("./pre.inc.php"); require("../contact.class.php"); $langs->load("companies"); +$langs->load("suppliers"); +$langs->load("orders"); llxHeader();