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: hba_config.inc.php,v 1.1 2005-11-23 10:32:32 jp_milcent Exp $
|
24 |
// CVS : $Id: hba_config.inc.php,v 1.2 2006-10-31 10:31:36 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Configuration Herbier - Administration
|
26 |
* Configuration Herbier - Administration
|
27 |
*
|
27 |
*
|
28 |
* Configuration de l'interface d'administration des herbiers.
|
28 |
* Configuration de l'interface d'administration des herbiers.
|
29 |
*
|
29 |
*
|
Line 32... |
Line 32... |
32 |
//Auteur original :
|
32 |
//Auteur original :
|
33 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
33 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
34 |
//Autres auteurs :
|
34 |
//Autres auteurs :
|
35 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
35 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
36 |
*@copyright Tela-Botanica 2000-2005
|
36 |
*@copyright Tela-Botanica 2000-2005
|
37 |
*@version $Revision: 1.1 $ $Date: 2005-11-23 10:32:32 $
|
37 |
*@version $Revision: 1.2 $ $Date: 2006-10-31 10:31:36 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 46... |
Line 46... |
46 |
|
46 |
|
47 |
// +------------------------------------------------------------------------------------------------------+
|
47 |
// +------------------------------------------------------------------------------------------------------+
|
48 |
// | CORPS du PROGRAMME |
|
48 |
// | CORPS du PROGRAMME |
|
49 |
// +------------------------------------------------------------------------------------------------------+
|
49 |
// +------------------------------------------------------------------------------------------------------+
|
50 |
/** Constante stockant le chemin du dossier contenant l'application Herbier - Administration.*/
|
50 |
/** Constante stockant le chemin du dossier contenant l'application Herbier - Administration.*/
|
51 |
define('HBA_CHEMIN_RACINE', HB_CHEMIN_APPLI.'hb_admin'.GEN_SEP);
|
51 |
define('HBA_CHEMIN_RACINE', HB_CHEMIN_MODULE.'hb_admin'.GEN_SEP);
|
52 |
/** Constante stockant le chemin du dossier contenant les traductions.*/
|
52 |
/** Constante stockant le chemin du dossier contenant les traductions.*/
|
53 |
define('HBA_CHEMIN_LANGUES', HBA_CHEMIN_RACINE.'langues'.GEN_SEP);
|
53 |
define('HBA_CHEMIN_LANGUES', HBA_CHEMIN_RACINE.'langues'.GEN_SEP);
|
54 |
/** Constante stockant le chemin du dossier contenant la bibliothèque de code.*/
|
54 |
/** Constante stockant le chemin du dossier contenant la bibliothèque de code.*/
|
55 |
define('HBA_CHEMIN_BIBLIO', HBA_CHEMIN_RACINE.'bibliotheque'.GEN_SEP);
|
55 |
define('HBA_CHEMIN_BIBLIO', HBA_CHEMIN_RACINE.'bibliotheque'.GEN_SEP);
|
Line 135... |
Line 135... |
135 |
|
135 |
|
136 |
|
136 |
|
137 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
137 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
138 |
*
|
- |
|
139 |
* $Log: not supported by cvs2svn $
|
- |
|
140 |
* Revision 1.1 2005/11/23 10:32:32 jp_milcent
|
- |
|
141 |
* Ajout au dépot de l'application Herbiers.
|
138 |
*
|
142 |
* Elle doit à terme migrer dans eFlore.
|
139 |
* $Log: not supported by cvs2svn $
|
143 |
*
|
140 |
* Revision 1.1 2005/04/06 13:30:52 jpm
|
144 |
* Revision 1.1 2005/04/06 13:30:52 jpm
|
141 |
* Ajout du fichier de config de l'appli.
|
145 |
* Ajout du fichier de config de l'appli.
|
142 |
*
|
146 |
*
|