From 41da8ff77352c54405abe2e4f20902a1687442a5 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Mon, 4 May 2026 15:29:12 +0200 Subject: [PATCH] =?UTF-8?q?fix=20:=20lien=20billetterie=20hero=20=E2=80=94?= =?UTF-8?q?=20URL=20Mapado=20et=20bookingUrl=20corrig=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- site/templates/home.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/templates/home.php b/site/templates/home.php index ca03288..4540e13 100644 --- a/site/templates/home.php +++ b/site/templates/home.php @@ -51,9 +51,9 @@ isMapadoEvent() == 'true') { - $bookingUrl = $heroEvent->url(); + $bookingUrl = option('ticketingUrl') . 'event/' . $heroEvent->mapadoSlug(); } elseif ($heroEvent->bookingUrl()->isNotEmpty()) { - $bookingUrl = $heroEvent->bookingUrl()->url(); + $bookingUrl = $heroEvent->bookingUrl()->value(); } else { $bookingUrl = null; }