mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-20447 - bulk upload: add page heading
This commit is contained in:
parent
dcfb9b780e
commit
8093188f51
@ -2167,6 +2167,7 @@ NONJS;
|
||||
$this->page->set_url('/'); // no url
|
||||
//$this->page->set_pagelayout('base'); //TODO: MDL-20676 blocks on error pages are weird, unfortunately it somehow detect the pagelayout from URL :-(
|
||||
$this->page->set_title(get_string('error'));
|
||||
$this->page->set_heading($this->page->course->fullname);
|
||||
$output .= $this->header();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user