Subversion Repositories Applications.papyrus

Rev

Rev 1475 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1475 Rev 1568
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.17 2007-06-25 12:46:59 florian Exp $
22
// CVS : $Id: bottin.config.inc.php,v 1.18 2007-08-29 12:46:59 alexandre_tb 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.17 $ $Date: 2007-06-25 12:46:59 $
35
*@version       $Revision: 1.18 $ $Date: 2007-08-29 12:46:59 $
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 155... Line 155...
155
	define ('INS_CHEMIN_APPLI', '/');
155
	define ('INS_CHEMIN_APPLI', '/');
Line 156... Line 156...
156
 
156
 
157
	//===================================== LANGUES ====================================
157
	//===================================== LANGUES ====================================
158
	/** Choix de la langue par défaut de l'application */
158
	/** Choix de la langue par défaut de l'application */
159
	define ('INS_LANGUE_DEFAUT', 'fr'); 
159
	define ('INS_LANGUE_DEFAUT', 'fr'); 
Line 160... Line 160...
160
	include_once INS_CHEMIN_APPLI.'langues/ins_annuaire.langue.'.INS_LANGUE_DEFAUT.'.inc.php'; //appel du fichier de constantes des langues
160
	include_once INS_CHEMIN_APPLI.'langues/bottin.langue_'.INS_LANGUE_DEFAUT.'.inc.php'; //appel du fichier de constantes des langues
161
	
161
	
162
	
162
	
Line 233... Line 233...
233
}
233
}
Line 234... Line 234...
234
 
234
 
235
/* +--Fin du code ----------------------------------------------------------------------------------------+
235
/* +--Fin du code ----------------------------------------------------------------------------------------+
236
*
236
*
-
 
237
* $Log: not supported by cvs2svn $
-
 
238
* Revision 1.17  2007-06-25 12:46:59  florian
-
 
239
* suppression des constantes en double
237
* $Log: not supported by cvs2svn $
240
*
238
* Revision 1.16  2007-04-11 08:30:12  neiluj
241
* Revision 1.16  2007-04-11 08:30:12  neiluj
239
* remise en état du CVS...
242
* remise en état du CVS...
240
*
243
*
241
* Revision 1.14  2006/12/01 13:23:17  florian
244
* Revision 1.14  2006/12/01 13:23:17  florian