Skip to content

Commit

Permalink
MDL-20447 - add page heading
Browse files Browse the repository at this point in the history
  • Loading branch information
rwijaya committed Jul 26, 2010
1 parent 64654e7 commit fac9c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions course/scales.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
$strstandardscales = get_string("scalesstandard");

$PAGE->set_title($strscales);
$PAGE->set_heading($course->fullname);
echo $OUTPUT->header();

if ($scaleid) {
Expand Down

0 comments on commit fac9c4e

Please sign in to comment.