diff --git a/manage_templates.php b/manage_templates.php index 42d223d..e57a72b 100644 --- a/manage_templates.php +++ b/manage_templates.php @@ -47,7 +47,6 @@ require_login(); require_capability('mod/customcert:manage', $context); $title = $SITE->fullname; -$heading = $title; // Set up the page. $pageurl = new moodle_url('/mod/customcert/manage_templates.php'); @@ -61,6 +60,8 @@ if ($tid && $action && confirm_sesskey()) { $PAGE->navbar->add(get_string('managetemplates', 'customcert')); } +$heading = format_string($title, true, ['context' => $context]); + if ($tid) { if ($action && confirm_sesskey()) { $nourl = new moodle_url('/mod/customcert/manage_templates.php');