From fac9c4eff84cbd2cc2ba796a485cd0f975899ef8 Mon Sep 17 00:00:00 2001 From: Rossiani Wijaya Date: Mon, 26 Jul 2010 08:45:16 +0000 Subject: [PATCH] MDL-20447 - add page heading --- course/scales.php | 1 + 1 file changed, 1 insertion(+) diff --git a/course/scales.php b/course/scales.php index 8be8272f2da..b4ca8190cd5 100644 --- a/course/scales.php +++ b/course/scales.php @@ -49,6 +49,7 @@ $strcustomscales = get_string("scalescustom"); $strstandardscales = get_string("scalesstandard"); $PAGE->set_title($strscales); +$PAGE->set_heading($course->fullname); echo $OUTPUT->header(); if ($scaleid) {