Subversion Repositories eFlore/Applications.bibliobota

Compare Revisions

Ignore whitespace Rev 12 → Rev 13

/trunk/configuration/bb_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: bb_config.inc.php,v 1.1 2005-11-23 10:22:25 jp_milcent Exp $
// CVS : $Id: bb_config.inc.php,v 1.2 2006-09-22 08:31:49 jp_milcent Exp $
/**
* Configuration générale des applications de Biblio Bota
*
33,7 → 33,7
//Autres auteurs :
*@author Jean-Pascal MILENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2005-11-23 10:22:25 $
*@version $Revision: 1.2 $ $Date: 2006-09-22 08:31:49 $
// +------------------------------------------------------------------------------------------------------+
*/
 
48,6 → 48,8
$GLOBALS['_BIBLIO_']['url'] = $GLOBALS['_GEN_commun']['url'];
/** Variable globale stockant la valeur i18n courante pour l'application.*/
$GLOBALS['_BIBLIO_']['i18n'] = $GLOBALS['_GEN_commun']['i18n'];
// Paramêtres indiquant que l'on est en français pour permettre la mise en majuscule des caractères accentués
setlocale(LC_CTYPE, $GLOBALS['_GEN_commun']['i18n']);
 
// +------------------------------------------------------------------------------------------------------+
// Définition des arguments de l'appel de l'application
328,6 → 330,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2005/11/23 10:22:25 jp_milcent
* Ajout au dépot de l'application BiblioBota.
* Elle doit à terme migrer dans eFlore.
*
* Revision 1.10 2005/05/17 10:10:08 jpm
* Correction des bogues avant mise en ligne du site v4.
*