mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-19813 Migrated calls to print_heading
This commit is contained in:
parent
f43f1834d3
commit
90cd54cb2a
11 changed files with 47 additions and 46 deletions
|
@ -101,7 +101,7 @@
|
|||
if ($attemptobj->is_preview_user() && $attemptobj->is_own_attempt()) {
|
||||
$attemptobj->print_restart_preview_button();
|
||||
}
|
||||
print_heading($strreviewtitle);
|
||||
echo $OUTPUT->heading($strreviewtitle);
|
||||
|
||||
/// Summary table start ============================================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue