mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-73645 course: Update breadcrumb nodes in the course reset page
This commit is contained in:
parent
1b2c0e6faf
commit
3e24811c00
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ $strreset = get_string('reset');
|
|||
$strresetcourse = get_string('resetcourse');
|
||||
$strremove = get_string('remove');
|
||||
|
||||
$PAGE->navbar->add($strresetcourse);
|
||||
$PAGE->set_title($course->fullname.': '.$strresetcourse);
|
||||
$PAGE->set_heading($course->fullname.': '.$strresetcourse);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue