2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Rodolphe Quiedeville
2002-04-30 15:36:13 +00:00
parent bdfb01f0e4
commit 41ec00f328
14 changed files with 484 additions and 181 deletions

View File

@@ -33,6 +33,17 @@ $db = new Db();
$user = new User($db);
$user->fetch($GLOBALS["REMOTE_USER"]);
function llxFooter($foot='') {
print "</TD></TR>";
/*
*
*/
print "</TABLE>\n";
print "$foot<br>";
print '[<a href="http://savannah.gnu.org/bugs/?group_id=1915">Bug report</a>]&nbsp;';
print '[<a href="http://savannah.gnu.org/projects/dolibarr/">Source Code</a>]&nbsp;';
print "</BODY></HTML>";
}
?>