Skip to content

Commit

Permalink
MDL-35880 user: Adding a heading to profile edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitagarwal committed Oct 16, 2012
1 parent f4b03cf commit 01fc137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user/edit.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
$PAGE->set_heading($course->fullname); $PAGE->set_heading($course->fullname);


echo $OUTPUT->header(); echo $OUTPUT->header();
echo $OUTPUT->heading($userfullname);


if ($email_changed) { if ($email_changed) {
echo $email_changed_html; echo $email_changed_html;
Expand Down

0 comments on commit 01fc137

Please sign in to comment.