Merge branch 'wip-MDL-35818-stable23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
This commit is contained in:
@@ -2610,6 +2610,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
|
||||
|
||||
Reference in New Issue
Block a user