Subversion Repositories eFlore/Archives.herbiers

Rev

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

Rev 6 Rev 8
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: hb_config.inc.php,v 1.3 2006-10-30 18:57:17 jp_milcent Exp $
24
// CVS : $Id: hb_config.inc.php,v 1.4 2006-10-31 10:31:36 jp_milcent Exp $
25
/**
25
/**
26
* Configuration générale des applications de Herbier
26
* Configuration générale des applications de Herbier
27
*
27
*
28
* Ce fichier permet de stocker les valeurs de configuration communes aux différentes applications 
28
* Ce fichier permet de stocker les valeurs de configuration communes aux différentes applications 
29
* constituant Herbier.
29
* constituant Herbier.
Line 33... Line 33...
33
//Auteur original :
33
//Auteur original :
34
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
34
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
36
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
37
*@copyright     Tela-Botanica 2000-2005
37
*@copyright     Tela-Botanica 2000-2005
38
*@version       $Revision: 1.3 $ $Date: 2006-10-30 18:57:17 $
38
*@version       $Revision: 1.4 $ $Date: 2006-10-31 10:31:36 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 92... Line 92...
92
/** Constante stockant le chemin du dossier de configuration générale.*/
92
/** Constante stockant le chemin du dossier de configuration générale.*/
93
define('HB_CHEMIN_CONFIG', HB_CHEMIN_RACINE.'configuration'.GEN_SEP);
93
define('HB_CHEMIN_CONFIG', HB_CHEMIN_RACINE.'configuration'.GEN_SEP);
94
/** Constante stockant le chemin absolu du dossier racine de l'application.*/
94
/** Constante stockant le chemin absolu du dossier racine de l'application.*/
95
define('HB_CHEMIN_ABSO_RACINE', PAP_CHEMIN_RACINE.GEN_CHEMIN_CLIENT.'herbier'.GEN_SEP);
95
define('HB_CHEMIN_ABSO_RACINE', PAP_CHEMIN_RACINE.GEN_CHEMIN_CLIENT.'herbier'.GEN_SEP);
96
/** Constante stockant le chemin du dossier contenant les applications spécifiques de Herbier.*/
96
/** Constante stockant le chemin du dossier contenant les applications spécifiques de Herbier.*/
97
//define('HB_CHEMIN_APPLI', HB_CHEMIN_RACINE.'applications'.GEN_SEP);
97
define('HB_CHEMIN_MODULE', HB_CHEMIN_RACINE.'applications'.GEN_SEP);
98
/** Constante stockant le chemin absolu du dossier contenant les applications spécifiques de Herbier.*/
98
/** Constante stockant le chemin absolu du dossier contenant les applications spécifiques de Herbier.*/
99
define('HB_CHEMIN_ABSO_APPLI', HB_CHEMIN_ABSO_RACINE.'applications'.GEN_SEP);
99
define('HB_CHEMIN_ABSO_APPLI', HB_CHEMIN_ABSO_RACINE.'applications'.GEN_SEP);
100
/** Constante stockant le chemin du dossier contenant les traductions générales.*/
100
/** Constante stockant le chemin du dossier contenant les traductions générales.*/
101
define('HB_CHEMIN_LANGUES', HB_CHEMIN_RACINE.'langues'.GEN_SEP);
101
define('HB_CHEMIN_LANGUES', HB_CHEMIN_RACINE.'langues'.GEN_SEP);
102
/** Constante stockant le chemin du dossier contenant la présentation générale.*/
102
/** Constante stockant le chemin du dossier contenant la présentation générale.*/
Line 154... Line 154...
154
// ATTENTION : reprise directe des variables de conf de BiblioBota version 0.0
154
// ATTENTION : reprise directe des variables de conf de BiblioBota version 0.0
Line 155... Line 155...
155
 
155
 
156
/* +--Fin du code ----------------------------------------------------------------------------------------+
156
/* +--Fin du code ----------------------------------------------------------------------------------------+
157
*
157
*
-
 
158
* $Log: not supported by cvs2svn $
-
 
159
* Revision 1.3  2006/10/30 18:57:17  jp_milcent
-
 
160
* Début gestion des flux rss.
158
* $Log: not supported by cvs2svn $
161
*
159
* Revision 1.2  2006/09/22 09:19:14  jp_milcent
162
* Revision 1.2  2006/09/22 09:19:14  jp_milcent
160
* Ajout de constantes de chemin.
163
* Ajout de constantes de chemin.
161
*
164
*
162
* Revision 1.1  2005/11/23 10:32:32  jp_milcent
165
* Revision 1.1  2005/11/23 10:32:32  jp_milcent