Subversion Repositories Applications.bazar

Rev

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

Rev 272 Rev 285
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.30 2007-07-04 10:04:40 alexandre_tb Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.31 2007-08-27 12:29:48 alexandre_tb 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.30 $ $Date: 2007-07-04 10:04:40 $
34
*@version       $Revision: 1.31 $ $Date: 2007-08-27 12:29:48 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 160... Line 160...
160
define ('BAZ_NUM_ANNONCE_CALENDRIER', 3);
160
define ('BAZ_NUM_ANNONCE_CALENDRIER', 3);
Line 161... Line 161...
161
 
161
 
162
define ('BAZ_CHEMIN_SQUELETTE', BAZ_CHEMIN_APPLI.'squelettes'.GEN_SEP);
162
define ('BAZ_CHEMIN_SQUELETTE', BAZ_CHEMIN_APPLI.'squelettes'.GEN_SEP);
Line -... Line 163...
-
 
163
define ('BAZ_SQUELETTE_DEFAUT', 'baz_cal.tpl.html');
-
 
164
 
163
define ('BAZ_SQUELETTE_DEFAUT', 'baz_cal.tpl.html');
165
define ('BAZ_GOOGLE_KEY', ''); // Indiquer ici la cle google necessaire pour l appli bazar.carte_google.php
164
 
166
 
165
/* +--Fin du code ----------------------------------------------------------------------------------------+
167
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
168
*
-
 
169
* $Log: not supported by cvs2svn $
-
 
170
* Revision 1.30  2007-07-04 10:04:40  alexandre_tb
-
 
171
* ajout d une variable $_GET['vue'] en complement de la variable action.
166
*
172
* Elle correspond aux 6 vues du bazar (consulter, mes fiches, s'abonner, saisir, administrer, gestion des droits)
167
* $Log: not supported by cvs2svn $
173
*
168
* Revision 1.29  2007-06-25 09:57:37  alexandre_tb
174
* Revision 1.29  2007-06-25 09:57:37  alexandre_tb
169
* ajout de constante sur le chemin par defaut des squelettes
175
* ajout de constante sur le chemin par defaut des squelettes
170
*
176
*