Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 246 → Rev 247

/trunk/bazar.calendrier.applette.php
32,7 → 32,7
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
// termes.
// ----
// CVS : $Id: bazar.calendrier.applette.php,v 1.8 2007-04-11 08:30:12 neiluj Exp $
// CVS : $Id: bazar.calendrier.applette.php,v 1.9 2007-05-30 16:19:51 alexandre_tb Exp $
/**
* bazar_calendrier : programme affichant les evenements du bazar sous forme de Calendrier
*
40,7 → 40,7
*@package Bazar
//Auteur original :
*@author David DELON <david.delon@clapas.net>
*@version $Revision: 1.8 $ $Date: 2007-04-11 08:30:12 $
*@version $Revision: 1.9 $ $Date: 2007-05-30 16:19:51 $
// +------------------------------------------------------------------------------------------------------+
*/
 
56,11 → 56,10
 
 
$GLOBALS['_CAL_']['nom_fonction'] = 'afficherCalendrier';
$_GEN_commun['info_applette_nom_fonction'] = $GLOBALS['_CAL_']['nom_fonction'];
$GLOBALS['_GEN_commun']['info_applette_nom_fonction'] = $GLOBALS['_CAL_']['nom_fonction'];
// Balise : CLIENT_BAZAR_CALENDRIER
$_GEN_commun['info_applette_balise'] = 'BAZAR_CALENDRIER';
 
 
$GLOBALS['_GEN_commun']['info_applette_balise'] = '(?:<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe_client'].'(BAZAR_CALENDRIER) -->|'.
'\{\{[Bb]azarCalendrier\s*\}\})';
function afficherCalendrier() {
 
return GestionAffichageCalendrier('calendrier_applette');