v0.7.7 - Various fixes

This commit is contained in:
frederikpyt
2020-08-11 18:21:51 +02:00
parent 17434eb81d
commit 511e0b783f
9 changed files with 29 additions and 23 deletions
@@ -7,7 +7,7 @@
<?php
$Week = date('W'); //Current week
?>
<main onload="myFunction()">
<main style="justify-content: unset">
@if($menuPlans->contains('week', $Week)) {{-- If any of the menues in the menu table has the number of the week in the 'week' column, do this --}}
@foreach($menuPlans as $menuplan)
@if($menuplan->week == $Week)