Skip to content
Snippets Groups Projects
Commit 45759c33 authored by Luke Carrier's avatar Luke Carrier
Browse files

Display title on mod view page

parent ee493140
No related branches found
No related tags found
No related merge requests found
...@@ -142,6 +142,7 @@ $PAGE->requires->data_for_js('H5PIntegration', $settings, true); ...@@ -142,6 +142,7 @@ $PAGE->requires->data_for_js('H5PIntegration', $settings, true);
// Print page HTML. // Print page HTML.
echo $OUTPUT->header(); echo $OUTPUT->header();
echo $OUTPUT->heading(format_string($content['title']));
echo '<div class="clearer"></div>'; echo '<div class="clearer"></div>';
// Print any messages. // Print any messages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment