Subversion Repositories Applications.bazar

Rev

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

Rev 107 Rev 108
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.13 2006-03-14 17:10:21 florian Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.14 2006-03-24 09:23:30 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.13 $ $Date: 2006-03-14 17:10:21 $
34
*@version       $Revision: 1.14 $ $Date: 2006-03-24 09:23:30 $
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 95... Line 95...
95
} else {
95
} else {
96
    include_once BAZ_CHEMIN_APPLI.'langues/baz_langue_'.BAZ_LANGUE_PAR_DEFAUT.'.inc.php';
96
    include_once BAZ_CHEMIN_APPLI.'langues/baz_langue_'.BAZ_LANGUE_PAR_DEFAUT.'.inc.php';
97
}
97
}
Line -... Line 98...
-
 
98
 
-
 
99
 
-
 
100
// Paramètre du bazar, il faut les rapatrier ici, pas au debut de bazar.php
-
 
101
 
-
 
102
// Le filtre contient la valeur bazar_nature.bn_ce_id_menu
-
 
103
// Pour filtrer les type d'annonce selon l'endroit où est déployé
-
 
104
// le bazar, par exemple selon le numéro du menu papyrus
-
 
105
 
98
 
106
$GLOBALS['_BAZAR_']['filtre'] = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu ;
99
 
107
 
100
/* +--Fin du code ----------------------------------------------------------------------------------------+
108
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
109
*
-
 
110
* $Log: not supported by cvs2svn $
-
 
111
* Revision 1.13  2006/03/14 17:10:21  florian
101
*
112
* ajout des fonctions de syndication, changement du moteur de recherche
102
* $Log: not supported by cvs2svn $
113
*
103
* Revision 1.12  2006/02/07 13:57:41  alexandre_tb
114
* Revision 1.12  2006/02/07 13:57:41  alexandre_tb
104
* ajout de la constante pour masquer la liste des émetteurs
115
* ajout de la constante pour masquer la liste des émetteurs
105
*
116
*