start footer
This commit is contained in:
parent
41a7b7b4cb
commit
1945557d93
21 changed files with 195 additions and 77 deletions
|
|
@ -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; ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue