Skip to content

Commit

Permalink
MDL-19818 Migrated calls to print_heading
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Aug 6, 2009
1 parent 2fff884 commit 587a4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notes/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

print_header($course->shortname . ': ' . $strnotes, $course->fullname, build_navigation($nav));

print_heading(fullname($user));
echo $OUTPUT->heading(fullname($user));

$noteform->display();
print_footer();
Expand Down
2 changes: 1 addition & 1 deletion notes/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

if ($user->deleted) {
print_header();
print_heading(get_string('userdeleted'));
echo $OUTPUT->heading(get_string('userdeleted'));
print_footer();
die;
}
Expand Down

0 comments on commit 587a4eb

Please sign in to comment.