mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'wip-MDL-35818-master' of git://github.com/phalacee/moodle
This commit is contained in:
commit
ec16ef1f85
@ -2001,6 +2001,7 @@ function print_course($course, $highlightterms = '') {
|
||||
if ($icons = enrol_get_course_info_icons($course)) {
|
||||
echo html_writer::start_tag('div', array('class'=>'enrolmenticons'));
|
||||
foreach ($icons as $icon) {
|
||||
$icon->attributes["alt"] .= ": ". format_string($coursename, true, array('context'=>$context));
|
||||
echo $OUTPUT->render($icon);
|
||||
}
|
||||
echo html_writer::end_tag('div'); // End of enrolmenticons div
|
||||
|
Loading…
x
Reference in New Issue
Block a user