mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-36623-master-int' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
981f72be5e
10 changed files with 79 additions and 12 deletions
|
@ -2289,7 +2289,7 @@ function print_category_info($category, $depth=0, $showcourses = false) {
|
|||
$courseicon = '';
|
||||
if ($icons = enrol_get_course_info_icons($course)) {
|
||||
foreach ($icons as $pix_icon) {
|
||||
$courseicon = $OUTPUT->render($pix_icon).' ';
|
||||
$courseicon = $OUTPUT->render($pix_icon);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue