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

10 lines
397 B
PHP
Raw Normal View History

2024-07-31 12:09:03 +02:00
<?php if (isset($link)): ?>
<a class="ticket" href="<?= $link ?>" target="_blank" title="Aller à la billetterie">
<?= svg('assets/images/icons/ticket.svg') ?>
<span class="sr-only">Aller à la billetterie</span>
2024-07-31 12:09:03 +02:00
</a>
<?php else: ?>
<figure class="ticket" target="_blank" title="Aller à la billetterie">
<?= svg('assets/images/icons/ticket.svg') ?>
</figure>
<?php endif; ?>