Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 255 → Rev 256

/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.9 2007-05-30 16:19:51 alexandre_tb Exp $
// CVS : $Id: bazar.calendrier.applette.php,v 1.10 2007-06-19 09:42:38 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.9 $ $Date: 2007-05-30 16:19:51 $
*@version $Revision: 1.10 $ $Date: 2007-06-19 09:42:38 $
// +------------------------------------------------------------------------------------------------------+
*/
 
59,10 → 59,16
$GLOBALS['_GEN_commun']['info_applette_nom_fonction'] = $GLOBALS['_CAL_']['nom_fonction'];
// Balise : CLIENT_BAZAR_CALENDRIER
$GLOBALS['_GEN_commun']['info_applette_balise'] = '(?:<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe_client'].'(BAZAR_CALENDRIER) -->|'.
'\{\{[Bb]azarCalendrier\s*\}\})';
function afficherCalendrier() {
'\{\{[Bb]azarCalendrier' .
'(?:\s*' .
'(?:' .
'(template="[^"]*")|' .
')' .
')+' .
'\s*\}\})';
function afficherCalendrier($arguments) {
 
return GestionAffichageCalendrier('calendrier_applette');
return GestionAffichageCalendrier($arguments, 'calendrier_applette');
}