4 lines
No EOL
245 B
PHP
4 lines
No EOL
245 B
PHP
<section class="callout" style="--color: <?= $color ?>;">
|
|
<h4><?= $text ?></h4>
|
|
<a class="ticket-link" href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
|
|
</section>
|