Subversion Repositories Applications.bazar

Rev

Rev 298 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 298 Rev 302
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: baz_config.inc.php,v 1.32 2007-09-18 07:38:58 alexandre_tb Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.33 2007-09-28 13:39:15 jp_milcent Exp $
23
/**
23
/**
24
* Fichier de configuration du bazar
24
* Fichier de configuration du bazar
25
*
25
*
26
* A éditer de façon spécifique à chaque déploiement
26
* A éditer de façon spécifique à chaque déploiement
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.32 $ $Date: 2007-09-18 07:38:58 $
34
*@version       $Revision: 1.33 $ $Date: 2007-09-28 13:39:15 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 126... Line 126...
126
$GLOBALS['_BAZAR_']['url'] = $GLOBALS['_GEN_commun']['url'];
126
$GLOBALS['_BAZAR_']['url'] = $GLOBALS['_GEN_commun']['url'];
Line 127... Line 127...
127
 
127
 
128
//BAZ_CHEMIN_APPLI : chemin vers l'application bazar METTRE UN SLASH (/) A LA FIN!!!!
128
//BAZ_CHEMIN_APPLI : chemin vers l'application bazar METTRE UN SLASH (/) A LA FIN!!!!
Line -... Line 129...
-
 
129
define('BAZ_CHEMIN_APPLI', PAP_CHEMIN_RACINE.'client/bazar/');
-
 
130
 
-
 
131
/**Choix de l'affichage ou non de l'email du rédacteur dans la fiche.*/
129
define('BAZ_CHEMIN_APPLI', PAP_CHEMIN_RACINE.'client/bazar/');
132
define('BAZ_FICHE_REDACTEUR_MAIL', true);
130
 
133
 
131
//==================================== LES LANGUES ==================================
134
//==================================== LES LANGUES ==================================
132
// Constantes liées à l'utilisation des langues
135
// Constantes liées à l'utilisation des langues
133
//==================================================================================
136
//==================================================================================
Line 169... Line 172...
169
define ('BAZ_GOOGLE_KEY', ''); // Indiquer ici la cle google necessaire pour l appli bazar.carte_google.php
172
define ('BAZ_GOOGLE_KEY', ''); // Indiquer ici la cle google necessaire pour l appli bazar.carte_google.php
Line 170... Line 173...
170
 
173
 
171
/* +--Fin du code ----------------------------------------------------------------------------------------+
174
/* +--Fin du code ----------------------------------------------------------------------------------------+
172
*
175
*
-
 
176
* $Log: not supported by cvs2svn $
-
 
177
* Revision 1.32  2007-09-18 07:38:58  alexandre_tb
-
 
178
* ajout de la constante BAZ_AFFICHER_FILTRE_MOTEUR pour enlever le choix du type de fiche dans le moteur de recherche.
173
* $Log: not supported by cvs2svn $
179
*
174
* Revision 1.31  2007-08-27 12:29:48  alexandre_tb
180
* Revision 1.31  2007-08-27 12:29:48  alexandre_tb
175
* ajout de la constante BAZ_GOOGLE_KEY
181
* ajout de la constante BAZ_GOOGLE_KEY
176
*
182
*
177
* Revision 1.30  2007-07-04 10:04:40  alexandre_tb
183
* Revision 1.30  2007-07-04 10:04:40  alexandre_tb