Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 301 → Rev 302

/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.32 2007-09-18 07:38:58 alexandre_tb Exp $
// CVS : $Id: baz_config.inc.php,v 1.33 2007-09-28 13:39:15 jp_milcent 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.32 $ $Date: 2007-09-18 07:38:58 $
*@version $Revision: 1.33 $ $Date: 2007-09-28 13:39:15 $
// +------------------------------------------------------------------------------------------------------+
*/
 
128,6 → 128,9
//BAZ_CHEMIN_APPLI : chemin vers l'application bazar METTRE UN SLASH (/) A LA FIN!!!!
define('BAZ_CHEMIN_APPLI', PAP_CHEMIN_RACINE.'client/bazar/');
 
/**Choix de l'affichage ou non de l'email du rédacteur dans la fiche.*/
define('BAZ_FICHE_REDACTEUR_MAIL', true);
 
//==================================== LES LANGUES ==================================
// Constantes liées à l'utilisation des langues
//==================================================================================
171,6 → 174,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.32 2007-09-18 07:38:58 alexandre_tb
* ajout de la constante BAZ_AFFICHER_FILTRE_MOTEUR pour enlever le choix du type de fiche dans le moteur de recherche.
*
* Revision 1.31 2007-08-27 12:29:48 alexandre_tb
* ajout de la constante BAZ_GOOGLE_KEY
*