mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +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
|
@ -36,7 +36,7 @@
|
|||
|
||||
/// Print the page header
|
||||
print_header();
|
||||
print_heading(format_string($attemptobj->get_question($questionid)->name));
|
||||
echo $OUTPUT->heading(format_string($attemptobj->get_question($questionid)->name));
|
||||
|
||||
/// Process any data that was submitted.
|
||||
if ($data = data_submitted() and confirm_sesskey()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue