mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-14 21:41:23 +01:00
@@ -1,12 +1,3 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../blue.css">
|
|
||||||
<title>FSFE France - Formulaire</title>
|
|
||||||
</head>
|
|
||||||
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
|
|
||||||
|
|
||||||
<?PHP
|
<?PHP
|
||||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
*
|
*
|
||||||
@@ -29,6 +20,20 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
require("../../../main.inc.php");
|
require("../../../main.inc.php");
|
||||||
|
|
||||||
|
echo '
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../blue.css">
|
||||||
|
<title>FSFE France - Formulaire</title>
|
||||||
|
</head>
|
||||||
|
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
|
||||||
|
';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
require("../../../projetdon.class.php");
|
require("../../../projetdon.class.php");
|
||||||
require("../../../don.class.php");
|
require("../../../don.class.php");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user