We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca9f05 commit 5ba1b2bCopy full SHA for 5ba1b2b
manage_templates.php
@@ -47,7 +47,6 @@
47
require_capability('mod/customcert:manage', $context);
48
49
$title = $SITE->fullname;
50
-$heading = $title;
51
52
// Set up the page.
53
$pageurl = new moodle_url('/mod/customcert/manage_templates.php');
@@ -61,6 +60,8 @@
61
60
$PAGE->navbar->add(get_string('managetemplates', 'customcert'));
62
}
63
+$heading = format_string($title, true, ['context' => $context]);
64
+
65
if ($tid) {
66
if ($action && confirm_sesskey()) {
67
$nourl = new moodle_url('/mod/customcert/manage_templates.php');
0 commit comments