nouveau-theatre-de-besancon/site/snippets/callout.php
2024-09-13 16:00:15 +02:00

4 lines
No EOL
285 B
PHP

<section class="callout" style="--color: <?= $site->calloutColor() ?>;">
<h4><?= $site->calloutText()->inline() ?></h4>
<a class="ticket-link" href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
</section>