Ajout chargement fichier de langues

This commit is contained in:
Rodolphe Quiedeville 2005-04-04 11:58:23 +00:00
parent 618fa55823
commit fed41c6c45

View File

@ -22,6 +22,7 @@
*/ */
require("../../main.inc.php"); require("../../main.inc.php");
$langs->load("bills"); $langs->load("bills");
$langs->load("compta");
function llxHeader($head = "", $title="") { function llxHeader($head = "", $title="") {
global $user, $langs; global $user, $langs;