start footer

This commit is contained in:
isUnknown 2024-07-31 12:09:03 +02:00
parent 41a7b7b4cb
commit 1945557d93
21 changed files with 195 additions and 77 deletions

View file

@ -1,3 +1,9 @@
<a class="ticket" href="<?= $link ?>" target="_blank" title="Aller à la billetterie">
<?= svg('assets/images/icons/ticket.svg') ?>
</a>
<?php if (isset($link)): ?>
<a class="ticket" href="<?= $link ?>" target="_blank" title="Aller à la billetterie">
<?= svg('assets/images/icons/ticket.svg') ?>
</a>
<?php else: ?>
<figure class="ticket" target="_blank" title="Aller à la billetterie">
<?= svg('assets/images/icons/ticket.svg') ?>
</figure>
<?php endif; ?>