From 063eccbe530c754aade15fdb2db83e0c220cd525 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 Jun 2006 14:43:09 +0000 Subject: [PATCH] =?UTF-8?q?Trad:=20Fichier=20traduction=20non=20charg=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fichinter/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index 8f0001c5a03..16420c960ef 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -31,6 +31,7 @@ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/contact.class.php"); require_once(DOL_DOCUMENT_ROOT."/fichinter/fichinter.class.php"); +$langs->load("companies"); $langs->load("interventions"); if ($user->societe_id > 0) @@ -38,6 +39,7 @@ if ($user->societe_id > 0) $socid = $user->societe_id ; } + llxHeader(); $sortorder=$_GET["sortorder"]?$_GET["sortorder"]:$_POST["sortorder"];