*@version $Revision: 1.7 $ $Date: 2007/02/15 18:16:45 $ // +------------------------------------------------------------------------------------------------------+ */ if (!defined('BAZ_VOIR_FICHE')) { define ('BAZ_VOIR_FICHE', 8); } include_once 'configuration/baz_config.inc.php'; //fichier de configuration de Bazar include_once 'bibliotheque/bazar.fonct.php'; //fichier des fonctions de Bazar include_once 'bibliotheque/bazar.fonct.cal.php'; //fichier des fonctions de Bazar $GLOBALS['_CAL_']['nom_fonction'] = 'afficherCalendrier'; $_GEN_commun['info_applette_nom_fonction'] = $GLOBALS['_CAL_']['nom_fonction']; // Balise : CLIENT_BAZAR_CALENDRIER $_GEN_commun['info_applette_balise'] = 'BAZAR_CALENDRIER'; function afficherCalendrier() { return GestionAffichageCalendrier('calendrier_applette'); } ?>