Skip to content
Snippets Groups Projects
Commit 32eced50 authored by Frode Petterson's avatar Frode Petterson Committed by GitHub
Browse files

Merge pull request #109 from LukeCarrier/heading-ui-convention

Display title on mod view page
parents 9c4d69c8 45759c33
No related branches found
No related tags found
No related merge requests found
...@@ -146,6 +146,7 @@ $PAGE->requires->data_for_js('H5PIntegration', $settings, true); ...@@ -146,6 +146,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