diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e9670e4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "homepage/materialize"] + path = homepage/materialize + url = https://github.com/materializecss/materialize.git diff --git a/homepage/mams/index.php b/homepage/mams/index.php index b6c87d1..938b2ac 100644 --- a/homepage/mams/index.php +++ b/homepage/mams/index.php @@ -23,17 +23,17 @@ foreach($lastAttendances as $a){ array_push( $lastAttendancesAssocArray[ $a['date'] ], $a ); } -$dateLastWendsday = new DateTime("last wednesday"); -$dateLastFriday = new DateTime("last friday"); +$dateLastWendsday = new DateTime("wednesday this week"); +$dateLastFriday = new DateTime("friday this week"); $lastTrainingDay = max($dateLastWendsday, $dateLastFriday); ?>
- + - +