2
0
forked from Wavyzz/dolibarr

Fix: Le fichier langue principal (main) n'tait pas charg assez tot.

This commit is contained in:
Laurent Destailleur
2004-10-31 15:54:14 +00:00
parent 98a1125eec
commit 0f8affbc52

View File

@@ -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 '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
print "\n<html>";
$langs->load("main");
print $langs->lang_header();
print $head;