add bookingUrl template href
This commit is contained in:
parent
64b53f2fc4
commit
75cb23e948
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
<?php if ($page->bookingUrl()->isEmpty()): ?>
|
||||
<a class="ticket-link" title="Entrée libre" disabled><?php snippet('ticket') ?> Entrée libre</a>
|
||||
<?php else: ?>
|
||||
<a class="ticket-link" title="Plateforme de réservation"><?php snippet('ticket') ?> Réserver</a>
|
||||
<a class="ticket-link" href="<?= $page->bookingUrl()->url() ?>" target="_blank" title="Plateforme de réservation"><?php snippet('ticket') ?> Réserver</a>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<?php endforeach ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue