6 lines
No EOL
390 B
PHP
6 lines
No EOL
390 B
PHP
<section class="callout" style="--color: <?= $site->calloutColor() ?>;">
|
|
<h4><?= $site->calloutText()->inline() ?></h4>
|
|
<?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 ?>
|
|
</section>
|