2024-09-13 16:00:15 +02:00
|
|
|
<section class="callout" style="--color: <?= $site->calloutColor() ?>;">
|
|
|
|
|
<h4><?= $site->calloutText()->inline() ?></h4>
|
2024-09-18 17:34:52 +02:00
|
|
|
<?php if ($site->calloutTicket()->exists() && $site->calloutTicket() == 'true'): ?>
|
|
|
|
|
<a class="ticket-link" href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
|
|
|
|
|
<?php endif ?>
|
2024-09-13 15:29:02 +02:00
|
|
|
</section>
|