Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1689 → Rev 1690

/branches/livraison_aha/client/bottin/configuration/bottin.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: bottin.config.inc.php,v 1.22 2007-11-08 09:30:35 alexandre_tb Exp $
// CVS : $Id: bottin.config.inc.php,v 1.22.2.1 2007-11-16 11:18:08 alexandre_tb Exp $
/**
* Fichier de configuration de l'application d'inscription/annuaire
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.22 $ $Date: 2007-11-08 09:30:35 $
*@version $Revision: 1.22.2.1 $ $Date: 2007-11-16 11:18:08 $
// +------------------------------------------------------------------------------------------------------+
*/
//================================= CONSTANTES DB ==================================
221,7 → 221,12
/** Constante pour indiquer le nom du squelette qui construit le moteur de recherche backoffice */
define ('INS_FICHIER_SQUELETTE_BACKOFFICE_MOTEUR', 'annuaire_backoffice_moteur_recherche.tpl.html');
 
/** Constante pour le fichier de donnees google_map */
define ('INS_FICHIER_DONNEES_GOOGLE', 'donnees_googlemap.php');
 
/** Contante pour le fichier de script google_map */
define ('INS_FICHIER_SCRIPT_GOOGLE', 'script_google_map.tpl.js.html');
 
/**
//==================================== PARAMETRAGE =================================
* Pour gérer la réécriture d'url de l'inscription
252,6 → 257,11
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.22 2007-11-08 09:30:35 alexandre_tb
* nouvelles constantes
* INS_CHEMIN_FICHIER_SQUELETTE
* INS_FICHIER_SQUELETTE_BACKOFFICE_MOTEUR
*
* Revision 1.21 2007-10-12 10:03:59 alexandre_tb
* ajout des contantes INS_GOOGLE_IMAGE_LARGEUR et INS_GOOGLE_IMAGE_HAUTEUR
*