Ajout require de la classe facture au lieu d'inclure dans chaque fichier

This commit is contained in:
Rodolphe Quiedeville 2004-07-21 15:54:35 +00:00
parent a4027ba47c
commit f1f5076e8f

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -20,6 +20,7 @@
* *
*/ */
require("../../main.inc.php"); require("../../main.inc.php");
require("../../facture.class.php");
function llxHeader($head = "", $title="", $help_url='') { function llxHeader($head = "", $title="", $help_url='') {
global $user, $conf; global $user, $conf;