Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 107 → Rev 108

/trunk/configuration/baz_config.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: baz_config.inc.php,v 1.13 2006-03-14 17:10:21 florian Exp $
// CVS : $Id: baz_config.inc.php,v 1.14 2006-03-24 09:23:30 alexandre_tb Exp $
/**
* Fichier de configuration du bazar
*
31,7 → 31,7
*@author Florian SCHMITT <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.13 $ $Date: 2006-03-14 17:10:21 $
*@version $Revision: 1.14 $ $Date: 2006-03-24 09:23:30 $
// +------------------------------------------------------------------------------------------------------+
*/
//==================================== LES FLUX RSS==================================
97,9 → 97,20
}
 
 
// Paramètre du bazar, il faut les rapatrier ici, pas au debut de bazar.php
 
// Le filtre contient la valeur bazar_nature.bn_ce_id_menu
// Pour filtrer les type d'annonce selon l'endroit où est déployé
// le bazar, par exemple selon le numéro du menu papyrus
 
$GLOBALS['_BAZAR_']['filtre'] = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu ;
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.13 2006/03/14 17:10:21 florian
* ajout des fonctions de syndication, changement du moteur de recherche
*
* Revision 1.12 2006/02/07 13:57:41 alexandre_tb
* ajout de la constante pour masquer la liste des émetteurs
*