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: bazar.php,v 1.28 2006-03-29 13:05:41 alexandre_tb Exp $
|
22 |
// CVS : $Id: bazar.php,v 1.29 2006-04-24 10:16:22 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
*
|
24 |
*
|
25 |
*@package bazar
|
25 |
*@package bazar
|
26 |
//Auteur original :
|
26 |
//Auteur original :
|
27 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
27 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
28 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
28 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
29 |
//Autres auteurs :
|
29 |
//Autres auteurs :
|
30 |
*@copyright Tela-Botanica 2000-2004
|
30 |
*@copyright Tela-Botanica 2000-2004
|
31 |
*@version $Revision: 1.28 $ $Date: 2006-03-29 13:05:41 $
|
31 |
*@version $Revision: 1.29 $ $Date: 2006-04-24 10:16:22 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
Line 34... |
Line 34... |
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 84... |
Line 84... |
84 |
}
|
84 |
}
|
85 |
else $GLOBALS['_BAZAR_']['affiche_menu']=1;
|
85 |
else $GLOBALS['_BAZAR_']['affiche_menu']=1;
|
86 |
//parametre categorie_nature pour préciser quels types de fiches sont montrees (par défaut, il affiche les id_menu=0)
|
86 |
//parametre categorie_nature pour préciser quels types de fiches sont montrees (par défaut, il affiche les id_menu=0)
|
87 |
if (isset($GLOBALS['_GEN_commun']['info_application']->categorie_nature)) {
|
87 |
if (isset($GLOBALS['_GEN_commun']['info_application']->categorie_nature)) {
|
88 |
$GLOBALS['_BAZAR_']['categorie_nature']=$GLOBALS['_GEN_commun']['info_application']->categorie_nature;
|
88 |
$GLOBALS['_BAZAR_']['categorie_nature']=$GLOBALS['_GEN_commun']['info_application']->categorie_nature;
|
- |
|
89 |
$GLOBALS['_BAZAR_']['filtre'] = $GLOBALS['_BAZAR_']['categorie_nature'] ;
|
89 |
}
|
90 |
}
|
90 |
else $GLOBALS['_BAZAR_']['categorie_nature']=0;
|
91 |
else $GLOBALS['_BAZAR_']['categorie_nature']=0;
|
91 |
//parametre id_nature pour afficher un certain type de fiche (par défaut, tous les types de fiches)
|
92 |
//parametre id_nature pour afficher un certain type de fiche (par défaut, tous les types de fiches)
|
92 |
if (isset($GLOBALS['_GEN_commun']['info_application']->id_nature)) {
|
93 |
if (isset($GLOBALS['_GEN_commun']['info_application']->id_nature)) {
|
93 |
$GLOBALS['_BAZAR_']['id_typeannonce']=$GLOBALS['_GEN_commun']['info_application']->id_nature;
|
94 |
$GLOBALS['_BAZAR_']['id_typeannonce']=$GLOBALS['_GEN_commun']['info_application']->id_nature;
|
Line 223... |
Line 224... |
223 |
|
224 |
|
224 |
|
225 |
|
225 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
226 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
227 |
*
|
- |
|
228 |
* $Log: not supported by cvs2svn $
|
- |
|
229 |
* Revision 1.28 2006/03/29 13:05:41 alexandre_tb
|
226 |
*
|
230 |
* utilisation de la classe Administrateur_bazar
|
227 |
* $Log: not supported by cvs2svn $
|
231 |
*
|
228 |
* Revision 1.27 2006/02/07 11:08:36 alexandre_tb
|
232 |
* Revision 1.27 2006/02/07 11:08:36 alexandre_tb
|
229 |
* utilisation de la classe Utilisateur_bazar pour la vérification des droits
|
233 |
* utilisation de la classe Utilisateur_bazar pour la vérification des droits
|
230 |
*
|
234 |
*
|