| @@ 268-270 (lines=3) @@ | ||
| 265 | if ($session_id) { |
|
| 266 | $titleSession = Display::return_icon('session.png', get_lang('Session'), array(), ICON_SIZE_SMALL).' '.api_get_session_name($session_id); |
|
| 267 | $titleCourse = Display::return_icon('course.png', get_lang('Course'), array(), ICON_SIZE_SMALL).' '.$course_name; |
|
| 268 | } else { |
|
| 269 | $titleSession = Display::return_icon('course.png', get_lang('Course'), array(), ICON_SIZE_SMALL).' '.$courseInfo['name']; |
|
| 270 | } |
|
| 271 | $teacherList = CourseManager::get_teacher_list_from_course_code_to_string( |
|
| 272 | $courseInfo['code'], |
|
| 273 | ',', |
|
| @@ 3831-3833 (lines=3) @@ | ||
| 3828 | ), |
|
| 3829 | $value['url'] |
|
| 3830 | ); |
|
| 3831 | } else { |
|
| 3832 | $icon = Display::return_icon( |
|
| 3833 | $icon_name, |
|
| 3834 | $value['course_name'].' '.get_lang( |
|
| 3835 | 'Course' |
|
| 3836 | ), |
|