From 4f09a9b825081661bc19b8990d6faeb9c0f29197 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Dec 2002 23:44:34 +0000 Subject: [PATCH] add don --- htdocs/info.php3 | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/htdocs/info.php3 b/htdocs/info.php3 index 285e57064cf..32bb30129af 100644 --- a/htdocs/info.php3 +++ b/htdocs/info.php3 @@ -1,8 +1,5 @@ - * - * $Id$ - * $Source$ * * 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 @@ -18,6 +15,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ + * $Source$ */ require("./pre.inc.php3"); @@ -27,15 +26,14 @@ print ''; print ''; print ''; -print ''; +print ''; print ''; print ''; print ''; print ''; print ''; - -print ''; +print ''; print ''; print ''; print ''; @@ -47,6 +45,13 @@ if ($conf->fichinter->enabled) { print ''; } +if ($conf->don->enabled) { + print ''; + print ''; + print ''; +} + + print ''; print ''; print '';
css' . $conf->css . '
theme' . $conf->theme . '
Database
Database
type' . $conf->db->type . '
host' . $conf->db->host . '
user' . $conf->db->user . ' 
pass' . $conf->db->pass . ' 
Database name' . $conf->db->name . '
Propale
Propale
templates' . $conf->propal->templatesdir . '
output dir' . $conf->propal->outputdir . '
output url' . $conf->propal->outputurl . '
output url' . $conf->fichinter->outputurl . '
Dons
Paiement en ligne' . $conf->don->onlinepayment . '
Don minimum' . $conf->don->minimum . '
Webcal
type' . $conf->webcal->db->type . '
host' . $conf->webcal->db->host . '