start nav mobile

This commit is contained in:
isUnknown 2024-09-06 18:15:43 +02:00
parent e3680dcefb
commit a23a5ba06b
6 changed files with 95 additions and 14 deletions

View file

@ -26,9 +26,9 @@ return [
$dates = $request['dates'];
$requestMonth = $request['month'];
$correspondingSeasons = getCorrespondingSeasons($request);
$currentSeason = page('programme')->children()->first();
foreach ($correspondingSeasons->children() as $event) {
foreach ($currentSeason->children() as $event) {
$eventInfos = [
"title" => $event->title()->value(),