Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1683 → Rev 1684

/trunk/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.21 2007-10-12 10:03:59 alexandre_tb Exp $
// CVS : $Id: bottin.config.inc.php,v 1.22 2007-11-08 09:30:35 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.21 $ $Date: 2007-10-12 10:03:59 $
*@version $Revision: 1.22 $ $Date: 2007-11-08 09:30:35 $
// +------------------------------------------------------------------------------------------------------+
*/
//================================= CONSTANTES DB ==================================
216,6 → 216,12
define ('INS_CHEMIN_PROJET', 'client/projet/') ;
}
 
/** Constante pour indiquer le repertoire des squelettes du bottin */
define ('INS_CHEMIN_SQUELETTE', INS_CHEMIN_APPLI.'squelettes/');
/** 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');
 
 
/**
//==================================== PARAMETRAGE =================================
* Pour gérer la réécriture d'url de l'inscription
246,6 → 252,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.21 2007-10-12 10:03:59 alexandre_tb
* ajout des contantes INS_GOOGLE_IMAGE_LARGEUR et INS_GOOGLE_IMAGE_HAUTEUR
*
* Revision 1.20 2007-10-01 12:17:02 alexandre_tb
* ajout de la constante INS_GOOGLE_TYPE_DE_VUE
*