Subversion Repositories eFlore/Archives.eflore-consultation-v1

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/trunk/configuration/eflore_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: eflore_config.inc.php,v 1.1 2005-05-24 15:57:48 jpm Exp $
// CVS : $Id: eflore_config.inc.php,v 1.2 2005-06-01 18:25:24 jpm Exp $
/**
* Fichier de configuration
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.1 $ $Date: 2005-05-24 15:57:48 $
*@version $Revision: 1.2 $ $Date: 2005-06-01 18:25:24 $
// +------------------------------------------------------------------------------------------------------+
*/
 
69,6 → 69,9
define('EF_PATH_BIBLIO',EF_PATH_ROOT.'bibliotheque/');
define('EF_PATH_CONFIG',EF_PATH_ROOT.'configuration/');
define('EF_PATH_LANGUE',EF_PATH_ROOT.'langues/');
define('EF_PATH_PRESENTATION',EF_PATH_ROOT.'presentations/');
define('EF_PATH_STYLE',EF_PATH_PRESENTATION.'styles/');
define('EF_PATH_SCRIPT',EF_PATH_PRESENTATION.'scripts/');
define('EF_PATH_API','api/');
define('EF_PATH_API_BOG',EF_PATH_API.'debogage/');
define('EF_PATH_CLASSES',EF_PATH_BIBLIO.'classes/');
85,7 → 88,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2005/05/24 15:57:48 jpm
* Gestion de l'ancienne base.
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>