Subversion Repositories Applications.bazar

Rev

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

Rev 64 Rev 75
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.10 2006-01-03 10:19:31 florian Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.11 2006-01-18 10:03:36 florian 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.10 $ $Date: 2006-01-03 10:19:31 $
34
*@version       $Revision: 1.11 $ $Date: 2006-01-18 10:03:36 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
37
//==================================== LES FLUX RSS==================================
37
//==================================== LES FLUX RSS==================================
38
// Constantes liées aux flux RSS
38
// Constantes liées aux flux RSS
39
//==================================================================================
39
//==================================================================================
Line 80... Line 80...
80
define('BAZ_CHEMIN_APPLI', PAP_CHEMIN_RACINE.'client/bazar/');
80
define('BAZ_CHEMIN_APPLI', PAP_CHEMIN_RACINE.'client/bazar/');
Line 81... Line 81...
81
 
81
 
82
//==================================== LES LANGUES ==================================
82
//==================================== LES LANGUES ==================================
83
// Constantes liées à l'utilisation des langues
83
// Constantes liées à l'utilisation des langues
84
//==================================================================================
-
 
-
 
84
//==================================================================================
85
 
85
$GLOBALS['_BAZAR_']['langue']='fr-FR';
86
define ('BAZ_LANGUE_PAR_DEFAUT', 'fr') ; //Indique un code langue par défaut
86
define ('BAZ_LANGUE_PAR_DEFAUT', 'fr') ; //Indique un code langue par défaut
87
define ('BAZ_VAR_URL_LANGUE', 'lang') ; //Nom de la variable GET qui sera passée dans l'URL (Laisser vide pour les sites monolingues)
87
define ('BAZ_VAR_URL_LANGUE', 'lang') ; //Nom de la variable GET qui sera passée dans l'URL (Laisser vide pour les sites monolingues)
88
//code pour l'inclusion des langues NE PAS MODIFIER
88
//code pour l'inclusion des langues NE PAS MODIFIER
89
if (BAZ_VAR_URL_LANGUE != '' && isset (${BAZ_VAR_URL_LANGUE})) {
89
if (BAZ_VAR_URL_LANGUE != '' && isset (${BAZ_VAR_URL_LANGUE})) {
Line 94... Line 94...
94
 
94
 
95
 
95
 
96
/* +--Fin du code ----------------------------------------------------------------------------------------+
96
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
97
*
-
 
98
* $Log: not supported by cvs2svn $
-
 
99
* Revision 1.10  2006/01/03 10:19:31  florian
97
*
100
* Mise à jour pour accepter des parametres dans papyrus: faire apparaitre ou non le menu, afficher qu'un type de fiches, définir l'action par défaut...
98
* $Log: not supported by cvs2svn $
101
*
99
* Revision 1.9  2005/12/16 15:47:54  alexandre_tb
102
* Revision 1.9  2005/12/16 15:47:54  alexandre_tb
100
* ajout de l'option restreindre dépôt
103
* ajout de l'option restreindre dépôt
101
*
104
*