start nav mobile
This commit is contained in:
parent
e3680dcefb
commit
a23a5ba06b
6 changed files with 95 additions and 14 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue