Subversion Repositories eFlore/Archives.chorologie

Compare Revisions

Ignore whitespace Rev 25 → Rev 26

/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.4 2005-02-28 15:37:08 jpm Exp $
// CVS : $Id: echoro_config.inc.php,v 1.5 2005-03-15 15:10:32 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.4 $ $Date: 2005-02-28 15:37:08 $
*@version $Revision: 1.5 $ $Date: 2005-03-15 15:10:32 $
// +------------------------------------------------------------------------------------------------------+
*/
 
58,8 → 58,10
define('ECHORO_CHEMIN_ABSO_APPLI', PAP_CHEMIN_RACINE.GEN_CHEMIN_CLIENT.'eflore_chorologie/');
/** 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.*/
/** Constante stockant le chemin vers le dossier "fragmenteur" de l'API.*/
define('ECHORO_CHEMIN_API_FRAGMENTEUR', GEN_CHEMIN_API.'fragmenteur/');
/** Constante stockant le chemin vers le dossier "formulaire" de l'API.*/
define('ECHORO_CHEMIN_API_FORMULAIRE', GEN_CHEMIN_API.'formulaire/');
/** 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 → 330,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.4 2005/02/28 15:37:08 jpm
* Changement de nom de dossier d'API.
*
* Revision 1.3 2005/02/23 17:30:14 jpm
* Modification de valeurs de constantes.
*