MDL-77014 course: Single activity format course title multilang.

This commit is contained in:
Luca Bösch 2023-02-24 10:44:15 +01:00
parent 9ee4f8db8b
commit d70ed83644
2 changed files with 11 additions and 1 deletions

View file

@ -157,7 +157,7 @@ class core_renderer extends \core_renderer {
$prefix = null;
if ($context->contextlevel == CONTEXT_MODULE) {
if ($this->page->course->format === 'singleactivity') {
$heading = $this->page->course->fullname;
$heading = format_string($this->page->course->fullname, true, ['context' => $context]);
} else {
$heading = $this->page->cm->get_formatted_name();
$imagedata = html_writer::img($this->page->cm->get_icon_url()->out(false), '',