mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-20447 - add page heading
This commit is contained in:
parent
64654e78b6
commit
fac9c4eff8
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ $strcustomscales = get_string("scalescustom");
|
||||||
$strstandardscales = get_string("scalesstandard");
|
$strstandardscales = get_string("scalesstandard");
|
||||||
|
|
||||||
$PAGE->set_title($strscales);
|
$PAGE->set_title($strscales);
|
||||||
|
$PAGE->set_heading($course->fullname);
|
||||||
echo $OUTPUT->header();
|
echo $OUTPUT->header();
|
||||||
|
|
||||||
if ($scaleid) {
|
if ($scaleid) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue