//Autres auteurs : *@author Aucun *@copyright Tela-Botanica 1999-2006 *@version $Revision: 1.2 $ $Date: 2008-10-29 15:54:40 $ // +------------------------------------------------------------------------------------------------------+ */ // +------------------------------------------------------------------------------------------------------+ // | ENT�TE du PROGRAMME | // +------------------------------------------------------------------------------------------------------+ $GLOBALS['_R_Eflore_'] = array(); // Chemin vers les dossiers de l'applette /** Chemin vers l'applette Recherche_evenements de Papyrus.*/ define('R_EFLORE_CHEMIN_APPLETTE', GEN_CHEMIN_CLIENT.'recherche_eflore'.GEN_SEP); /** Chemin vers les fichiers de traduction de l'applette Syndication de Papyrus.*/ define('R_EFLORE_CHEMIN_LANGUE', R_EFLORE_CHEMIN_APPLETTE.'langues'.GEN_SEP); /** Chemin vers les fichiers squelettes de l'applette Syndication de Papyrus.*/ define('R_EFLORE_CHEMIN_SQUELETTE', R_EFLORE_CHEMIN_APPLETTE.'squelettes'.GEN_SEP); /** Langue par d�faut pour cette applette. */ define('R_EFLORE_I18N_DEFAUT', 'fr'); //Ecrire l'url du service puis le num�ro du r�f�rentiel sous la forme : "http://url/||00" $GLOBALS['_R_Eflore_']['flores'] = array ( "France m�tropolitaine" => "http://www.tela-botanica.org/page:bdnff||25", "Afrique du nord" => "http://www.tela-botanica.org/page:bdafn||45", "R�union" => "http://www.tela-botanica.org/page:bdnfm||29", "Bryophytes d'Europe" => "http://www.tela-botanica.org/page:bryophytes_europe||38") ; ?>