CSS und Templates
This commit is contained in:
parent
45e9e4cf6a
commit
e642b6702c
6 changed files with 90 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue