nouveau-theatre-de-besancon/site/snippets/callout.php

4 lines
285 B
PHP
Raw Normal View History

2024-09-13 16:00:15 +02:00
<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>