finish program calendrier
This commit is contained in:
parent
3fef9cdade
commit
551001defb
6 changed files with 76 additions and 54 deletions
|
|
@ -44,8 +44,10 @@ return function($page) {
|
|||
$arraySession['title'] = $event->title()->value();
|
||||
$arraySession['authors'] = $event->authors();
|
||||
$arraySession['place'] = $event->place();
|
||||
$arraySession['public'] = $event->public();
|
||||
$arraySession['event-url'] = $event->url();
|
||||
$arraySession['duration'] = $event->isMapadoEvent() == 'true' ? $event->remoteDuration() : $event->duration();
|
||||
$arraySession['ticketingUrl'] = '';
|
||||
$arraySession['ticketingUrl'] = $event->isMapadoEvent() == 'true' ? $session->ticketingUrl() : false;
|
||||
$arraySession['bookableStock'] = $event->isMapadoEvent() == 'true' ? $session->bookableStock()->value() : 'free';
|
||||
$arraySession['color'] = $event->color();
|
||||
$currentSeasonSessions[] = $arraySession;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue