Blame | Last modification | View Log | RSS feed
<?php/*vim: set expandtab tabstop=4 shiftwidth=4: */// +------------------------------------------------------------------------------------------------------+// | PHP version 4.1 |// +------------------------------------------------------------------------------------------------------+// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |// +------------------------------------------------------------------------------------------------------+// | This library is free software; you can redistribute it and/or |// | modify it under the terms of the GNU Lesser General Public |// | License as published by the Free Software Foundation; either |// | version 2.1 of the License, or (at your option) any later version. |// | |// | This library is distributed in the hope that it will be useful, |// | but WITHOUT ANY WARRANTY; without even the implied warranty of |// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |// | Lesser General Public License for more details. |// | |// | You should have received a copy of the GNU Lesser General Public |// | License along with this library; if not, write to the Free Software |// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |// +------------------------------------------------------------------------------------------------------+// CVS : $Id: inscription.config.inc.php,v 1.1 2005-09-22 14:02:49 ddelon Exp $/*** Fichier de configuration de l'inscription** A éditer de façon spécifique à chaque déploiement**@package inscription//Auteur original :*@author Alexandre GRANIER <alexandre@tela-botanica.org>//Autres auteurs :*@author Aucun*@copyright Tela-Botanica 2000-2004*@version $Revision: 1.1 $ $Date: 2005-09-22 14:02:49 $// +------------------------------------------------------------------------------------------------------+*///==================================== PARAMETRAGE =================================/** Définir la présence d'un formulaire d'inscription de structure (mettre à 1 pour oui, 0 pour non */define ('INS_FORMULAIRE_STRUCTURE', 1);/** Définir la nécessité d'envoyer un message de confirmation d'inscription (mettre à 1 pour oui, 0 pour non */define ('INS_MAIL_VALIDATION_INSCRIPTION', 0);/** Adresse de messagerie de l'administrateur, pour suivre les inscriptions */define ('INS_MAIL_ADMIN_APRES_INSCRIPTION', 'florian@ecole-et-nature.org');/** Sujet du message envoyé pour l'inscription */define ('INS_MAIL_ADMIN_APRES_INSCRIPTION_SUJET', '[Ecole et Nature] Inscription');/** L'inscription génère t'elle l'inscription à un Spip? Mettre à 1 pour oui , et 0 pour non */define ('INS_UTILISE_SPIP', 0);if (INS_UTILISE_SPIP) {/** Chemin d'accès au Spip */define ('INS_CHEMIN_SPIP', '');}/** L'inscription génère t'elle l'inscription à un Wikini? Mettre à 1 pour oui , et 0 pour non */define ('INS_UTILISE_WIKINI', 1);if (INS_UTILISE_WIKINI) {/** Le nom du champs contenant le nom wikini dans l'annuaire */define ('INS_CHAMPS_NOM_WIKINI', 'a_nom_wikini');}/* +--Fin du code ----------------------------------------------------------------------------------------+** $Log: not supported by cvs2svn $* Revision 1.4 2005/09/22 13:30:49 florian* modifs pour compatibilité XHTML Strict + corrections de bugs (mais ya encore du boulot!!)** version initiale*** +-- Fin du code ----------------------------------------------------------------------------------------+*/?>