|
@ -75,7 +75,6 @@ $PAGE->set_url($att->url_manage()); |
|
|
$PAGE->set_title($course->shortname. ": ".$att->name); |
|
|
$PAGE->set_title($course->shortname. ": ".$att->name); |
|
|
$PAGE->set_heading($course->fullname); |
|
|
$PAGE->set_heading($course->fullname); |
|
|
$PAGE->set_cacheable(true); |
|
|
$PAGE->set_cacheable(true); |
|
|
$PAGE->set_button($OUTPUT->update_module_button($cm->id, 'attendance')); |
|
|
|
|
|
$PAGE->navbar->add($att->name); |
|
|
$PAGE->navbar->add($att->name); |
|
|
|
|
|
|
|
|
$output = $PAGE->get_renderer('mod_attendance'); |
|
|
$output = $PAGE->get_renderer('mod_attendance'); |
|
|