Subversion Repositories eFlore/Archives.herbiers

Compare Revisions

Ignore whitespace Rev 12 → Rev 13

/trunk/configuration/hb_config.inc.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: hb_config.inc.php,v 1.5 2006-10-31 15:06:44 jp_milcent Exp $
// CVS : $Id: hb_config.inc.php,v 1.6 2006-10-31 15:19:15 jp_milcent Exp $
/**
* Configuration générale des applications de Herbier
*
35,7 → 35,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@clapas.org>
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.5 $ $Date: 2006-10-31 15:06:44 $
*@version $Revision: 1.6 $ $Date: 2006-10-31 15:19:15 $
// +------------------------------------------------------------------------------------------------------+
*/
 
42,10 → 42,14
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
 
// Paramêtres indiquant que l'on est en français pourpermettre la mise en majuscule des caractères accentués
setlocale(LC_CTYPE, "fr_FR");
 
// Pour une utilisation hors de Papyrus
if (!defined('PAP_VERSION')) {
define('HB_URL', 'http://'.$_SERVER['HTTP_HOST'].'/'.'page:herbiers_recherche');
}
 
// +------------------------------------------------------------------------------------------------------+
/** Definition de la variable globale de Herbier.*/
$GLOBALS['_HERBIER_'] = array();
158,6 → 162,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.5 2006/10/31 15:06:44 jp_milcent
* Fin de gestion des flux rss.
*
* Revision 1.4 2006/10/31 10:31:36 jp_milcent
* Gestion des chemins rendu compatibles avec une utilisation de l'appli Herbiers hors de Papyrus.
*