CSS und Templates

This commit is contained in:
L_DA 2020-09-13 21:07:32 +02:00
parent 45e9e4cf6a
commit e642b6702c
6 changed files with 90 additions and 29 deletions

View file

@ -266,10 +266,12 @@ class timetable {
$mylesson['flag'] = "";
if ($lesson->flag) $mylesson['flag'] = $lesson->flag;
/*
if ($this->type == 'class') $mylesson['class'] = "";
if ($this->type == 'teacher') $mylesson['teacher'] = "";
if ($this->type == 'room') $mylesson['room'] = "";
$days[$day]['lessons'][] = $mylesson;
*/
if ($lesson->week[$this->week-1] != '0') $days[$day]['lessons'][] = $mylesson;
/*
- für diese Woche wurden keine Daten ausgegeben
0 in dieser Woche findet der Unterricht nicht statt