Subversion Repositories Applications.bazar

Rev

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

Rev 302 Rev 303
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.33 2007-09-28 13:39:15 jp_milcent Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.34 2007-09-28 13:40:50 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.33 $ $Date: 2007-09-28 13:39:15 $
34
*@version       $Revision: 1.34 $ $Date: 2007-09-28 13:40:50 $
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 129... Line 129...
129
define('BAZ_CHEMIN_APPLI', PAP_CHEMIN_RACINE.'client/bazar/');
129
define('BAZ_CHEMIN_APPLI', PAP_CHEMIN_RACINE.'client/bazar/');
130
 
130
 
Line 131... Line 131...
131
/**Choix de l'affichage ou non de l'email du rédacteur dans la fiche.*/
131
/**Choix de l'affichage (true) ou pas (false) de l'email du rédacteur dans la fiche.*/
132
define('BAZ_FICHE_REDACTEUR_MAIL', true);
132
define('BAZ_FICHE_REDACTEUR_MAIL', true);// true ou false
133
 
133
 
134
//==================================== LES LANGUES ==================================
134
//==================================== LES LANGUES ==================================
Line 172... Line 172...
172
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 173... Line 173...
173
 
173
 
174
/* +--Fin du code ----------------------------------------------------------------------------------------+
174
/* +--Fin du code ----------------------------------------------------------------------------------------+
175
*
175
*
-
 
176
* $Log: not supported by cvs2svn $
-
 
177
* Revision 1.33  2007-09-28 13:39:15  jp_milcent
-
 
178
* Ajout d'une constante permettant de configurer l'affichage ou pas du courriel du rédacteur d'une fiche.
176
* $Log: not supported by cvs2svn $
179
*
177
* Revision 1.32  2007-09-18 07:38:58  alexandre_tb
180
* 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.
181
* ajout de la constante BAZ_AFFICHER_FILTRE_MOTEUR pour enlever le choix du type de fiche dans le moteur de recherche.
179
*
182
*
180
* Revision 1.31  2007-08-27 12:29:48  alexandre_tb
183
* Revision 1.31  2007-08-27 12:29:48  alexandre_tb