Subversion Repositories Applications.papyrus

Rev

Rev 953 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 953 Rev 1081
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: bottin.config.inc.php,v 1.13 2006-09-20 14:56:41 alexandre_tb Exp $
22
// CVS : $Id: bottin.config.inc.php,v 1.14 2006-12-01 13:23:17 florian Exp $
23
/**
23
/**
24
* Fichier de configuration de l'application d'inscription/annuaire
24
* Fichier de configuration de l'application d'inscription/annuaire
25
*
25
*
26
* A éditer de façon spécifique à chaque déploiement
26
* A éditer de façon spécifique à chaque déploiement
27
*
27
*
Line 30... Line 30...
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Aucun
33
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2004
34
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.13 $ $Date: 2006-09-20 14:56:41 $
35
*@version       $Revision: 1.14 $ $Date: 2006-12-01 13:23:17 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
38
//================================= CONSTANTES DB ==================================
38
//================================= CONSTANTES DB ==================================
39
/** Nom de la table Annuaire */
39
/** Nom de la table Annuaire */
40
define ('INS_ANNUAIRE', 'annuaire');
40
define ('INS_ANNUAIRE', 'annuaire');
Line 96... Line 96...
96
define ('INS_CHAMPS_SITE_INTERNET', 'a_site_internet');
96
define ('INS_CHAMPS_SITE_INTERNET', 'a_site_internet');
97
/** Champs pour la vue sur carto*/
97
/** Champs pour la vue sur carto*/
98
define ('INS_CHAMPS_VISIBLE', 'a_voir_sur_carto');
98
define ('INS_CHAMPS_VISIBLE', 'a_voir_sur_carto');
99
/** Champs pour la vue sur carto*/
99
/** Champs pour la vue sur carto*/
100
define ('INS_CHAMPS_NUM_AGREMENT', 'a_num_agrement_fpc');
100
define ('INS_CHAMPS_NUM_AGREMENT', 'a_num_agrement_fpc');
-
 
101
/** Champs pour le logo*/
-
 
102
define ('INS_CHAMPS_LOGO', 'a_logo');
-
 
103
 
Line 101... Line 104...
101
 
104
 
102
if (INS_CHAMPS_LETTRE != '') {
105
if (INS_CHAMPS_LETTRE != '') {
103
	/** adresse d'inscription à la newsletter */
106
	/** adresse d'inscription à la newsletter */
104
	define ('INS_MAIL_INSCRIPTION_LISTE', 'newsletter-subscribe@domaine.org');
107
	define ('INS_MAIL_INSCRIPTION_LISTE', 'newsletter-subscribe@domaine.org');
Line 238... Line 241...
238
}
241
}
Line 239... Line 242...
239
 
242
 
240
/* +--Fin du code ----------------------------------------------------------------------------------------+
243
/* +--Fin du code ----------------------------------------------------------------------------------------+
241
*
244
*
-
 
245
* $Log: not supported by cvs2svn $
-
 
246
* Revision 1.13  2006/09/20 14:56:41  alexandre_tb
-
 
247
* correction de la valeur par défaut INS_CHAMPS_I18N_PAYS
242
* $Log: not supported by cvs2svn $
248
*
243
* Revision 1.12  2006/09/12 15:44:18  alexandre_tb
249
* Revision 1.12  2006/09/12 15:44:18  alexandre_tb
244
* suppression du $GLOBALS['mail_admin'] en double
250
* suppression du $GLOBALS['mail_admin'] en double
245
*
251
*
246
* Revision 1.11  2006/09/12 15:40:33  alexandre_tb
252
* Revision 1.11  2006/09/12 15:40:33  alexandre_tb