mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-20447 - bulk upload: add page heading
This commit is contained in:
parent
5dd61a54b7
commit
0f56fde284
9 changed files with 15 additions and 12 deletions
|
@ -192,8 +192,8 @@
|
|||
|
||||
$PAGE->set_url($thispageurl->out());
|
||||
$PAGE->navbar->add($streditingcategories, $thispageurl->out());
|
||||
$PAGE->navbar->add(get_string('movingcategory', 'question'));
|
||||
$PAGE->set_title($streditingcategories);
|
||||
$PAGE->navbar->add(get_string('movingcategory', 'question'));
|
||||
$PAGE->set_header($COURSE->fullname);
|
||||
echo $OUTPUT->header();
|
||||
|
||||
//parameter for get_string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue