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 ecfe814 commit 83f31bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
$PAGE->set_heading($course->fullname);

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

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

0 comments on commit 83f31bc

Please sign in to comment.