Subversion Repositories eFlore/Archives.herbiers

Rev

Rev 12 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 13
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: hb_config.inc.php,v 1.5 2006-10-31 15:06:44 jp_milcent Exp $
24
// CVS : $Id: hb_config.inc.php,v 1.6 2006-10-31 15:19:15 jp_milcent Exp $
25
/**
25
/**
26
* Configuration générale des applications de Herbier
26
* Configuration générale des applications de Herbier
27
*
27
*
28
* Ce fichier permet de stocker les valeurs de configuration communes aux différentes applications 
28
* Ce fichier permet de stocker les valeurs de configuration communes aux différentes applications 
29
* constituant Herbier.
29
* constituant Herbier.
Line 33... Line 33...
33
//Auteur original :
33
//Auteur original :
34
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
34
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
36
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
37
*@copyright     Tela-Botanica 2000-2005
37
*@copyright     Tela-Botanica 2000-2005
38
*@version       $Revision: 1.5 $ $Date: 2006-10-31 15:06:44 $
38
*@version       $Revision: 1.6 $ $Date: 2006-10-31 15:19:15 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
// |                                            ENTETE du PROGRAMME                                       |
43
// |                                            ENTETE du PROGRAMME                                       |
44
// +------------------------------------------------------------------------------------------------------+
-
 
45
 
44
// +------------------------------------------------------------------------------------------------------+
46
// Paramêtres indiquant que l'on est en français pourpermettre la mise en majuscule des caractères accentués
45
// Paramêtres indiquant que l'on est en français pourpermettre la mise en majuscule des caractères accentués
Line -... Line 46...
-
 
46
setlocale(LC_CTYPE, "fr_FR");
-
 
47
 
-
 
48
// Pour une utilisation hors de Papyrus
-
 
49
if (!defined('PAP_VERSION')) {
-
 
50
	define('HB_URL', 'http://'.$_SERVER['HTTP_HOST'].'/'.'page:herbiers_recherche');
47
setlocale(LC_CTYPE, "fr_FR");
51
}
48
 
52
 
49
// +------------------------------------------------------------------------------------------------------+
53
// +------------------------------------------------------------------------------------------------------+
50
/** Definition de la variable globale de Herbier.*/
54
/** Definition de la variable globale de Herbier.*/
51
$GLOBALS['_HERBIER_'] = array();
55
$GLOBALS['_HERBIER_'] = array();
Line 156... Line 160...
156
// ATTENTION : reprise directe des variables de conf de BiblioBota version 0.0
160
// ATTENTION : reprise directe des variables de conf de BiblioBota version 0.0
Line 157... Line 161...
157
 
161
 
158
/* +--Fin du code ----------------------------------------------------------------------------------------+
162
/* +--Fin du code ----------------------------------------------------------------------------------------+
159
*
163
*
-
 
164
* $Log: not supported by cvs2svn $
-
 
165
* Revision 1.5  2006/10/31 15:06:44  jp_milcent
-
 
166
* Fin de gestion des flux rss.
160
* $Log: not supported by cvs2svn $
167
*
161
* Revision 1.4  2006/10/31 10:31:36  jp_milcent
168
* Revision 1.4  2006/10/31 10:31:36  jp_milcent
162
* Gestion des chemins rendu compatibles avec une utilisation de l'appli Herbiers hors de Papyrus.
169
* Gestion des chemins rendu compatibles avec une utilisation de l'appli Herbiers hors de Papyrus.
163
*
170
*
164
* Revision 1.3  2006/10/30 18:57:17  jp_milcent
171
* Revision 1.3  2006/10/30 18:57:17  jp_milcent