Subversion Repositories eFlore/Archives.chorologie

Compare Revisions

Ignore whitespace Rev 24 → Rev 25

/trunk/configuration/echoro_config.inc.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: echoro_config.inc.php,v 1.3 2005-02-23 17:30:14 jpm Exp $
// CVS : $Id: echoro_config.inc.php,v 1.4 2005-02-28 15:37:08 jpm Exp $
/**
* Fichier de configuration de la chorologie d'eFlore.
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $ $Date: 2005-02-23 17:30:14 $
*@version $Revision: 1.4 $ $Date: 2005-02-28 15:37:08 $
// +------------------------------------------------------------------------------------------------------+
*/
 
59,7 → 59,7
/** Constante stockant le chemin vers le dossier "autres" de l'API général de Papyrus.*/
define('ECHORO_CHEMIN_API_AUTRE', GEN_CHEMIN_API.'autres/');
/** Constante stockant le chemin vers le dossier "fragmenteur_1.0" de l'API général de Papyrus.*/
define('ECHORO_CHEMIN_API_FRAGMENTEUR', GEN_CHEMIN_API.'fragmenteur_1.0/');
define('ECHORO_CHEMIN_API_FRAGMENTEUR', GEN_CHEMIN_API.'fragmenteur/');
/** Constante stockant le chemin vers le dossier bibliothèque.*/
define('ECHORO_CHEMIN_BIBLIO', ECHORO_CHEMIN_APPLI.'bibliotheque/');
/** Constante stockant le chemin absolu vers le dossier bibliothèque.*/
328,6 → 328,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2005/02/23 17:30:14 jpm
* Modification de valeurs de constantes.
*
* Revision 1.2 2005/02/22 19:36:55 jpm
* Ajout de constantes de configuration.
*