From 0f8affbc5239d4c4f739e896bcd4edd2edc09cde Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 31 Oct 2004 15:54:14 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Le=20fichier=20langue=20principal=20(mai?= =?UTF-8?q?n)=20n'=E9tait=20pas=20charg=E9=20assez=20tot.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 9d21bc4cca2..e086ad5b197 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -90,7 +90,8 @@ else } } - +// On charge le fichier lang principal +$langs->load("main"); /* @@ -119,7 +120,6 @@ function top_menu($head, $title="", $target="") print ''; print "\n"; - $langs->load("main"); print $langs->lang_header(); print $head;