Subversion Repositories eFlore/Archives.herbiers

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/trunk/configuration/hb_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: hb_config.inc.php,v 1.2 2006-09-22 09:19:14 jp_milcent Exp $
// CVS : $Id: hb_config.inc.php,v 1.3 2006-10-30 18:57:17 jp_milcent Exp $
/**
* Configuration générale des applications de Herbier
*
35,7 → 35,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@clapas.org>
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.2 $ $Date: 2006-09-22 09:19:14 $
*@version $Revision: 1.3 $ $Date: 2006-10-30 18:57:17 $
// +------------------------------------------------------------------------------------------------------+
*/
 
94,7 → 94,7
/** Constante stockant le chemin absolu du dossier racine de l'application.*/
define('HB_CHEMIN_ABSO_RACINE', PAP_CHEMIN_RACINE.GEN_CHEMIN_CLIENT.'herbier'.GEN_SEP);
/** Constante stockant le chemin du dossier contenant les applications spécifiques de Herbier.*/
define('HB_CHEMIN_APPLI', HB_CHEMIN_RACINE.'applications'.GEN_SEP);
//define('HB_CHEMIN_APPLI', HB_CHEMIN_RACINE.'applications'.GEN_SEP);
/** Constante stockant le chemin absolu du dossier contenant les applications spécifiques de Herbier.*/
define('HB_CHEMIN_ABSO_APPLI', HB_CHEMIN_ABSO_RACINE.'applications'.GEN_SEP);
/** Constante stockant le chemin du dossier contenant les traductions générales.*/
156,6 → 156,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2006/09/22 09:19:14 jp_milcent
* Ajout de constantes de chemin.
*
* Revision 1.1 2005/11/23 10:32:32 jp_milcent
* Ajout au dépot de l'application Herbiers.
* Elle doit à terme migrer dans eFlore.