mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
MDL-20447 - bulk upload: add heading to the page and fix navbar content.
This commit is contained in:
parent
cde82a41b2
commit
2e4fd16675
9 changed files with 19 additions and 3 deletions
|
@ -54,6 +54,8 @@ if ( !$entriesbypage = $glossary->entbypage ) {
|
|||
require_course_login($course, true, $cm);
|
||||
$context = get_context_instance(CONTEXT_MODULE, $cm->id);
|
||||
|
||||
$PAGE->set_title(get_string("modulenameplural", "glossary"));
|
||||
$PAGE->set_heading($course->fullname);
|
||||
echo $OUTPUT->header();
|
||||
|
||||
/// Loading the textlib singleton instance. We are going to need it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue