| @@ 267-269 (lines=3) @@ | ||
| 264 | if ($session_id) { |
|
| 265 | $titleSession = Display::return_icon('session.png', get_lang('Session'), array(), ICON_SIZE_SMALL).' '.api_get_session_name($session_id); |
|
| 266 | $titleCourse = Display::return_icon('course.png', get_lang('Course'), array(), ICON_SIZE_SMALL).' '.$course_name; |
|
| 267 | } else { |
|
| 268 | $titleSession = Display::return_icon('course.png', get_lang('Course'), array(), ICON_SIZE_SMALL).' '.$courseInfo['name']; |
|
| 269 | } |
|
| 270 | $teacherList = CourseManager::get_teacher_list_from_course_code_to_string( |
|
| 271 | $courseInfo['code'], |
|
| 272 | ',', |
|
| @@ 3846-3848 (lines=3) @@ | ||
| 3843 | ), |
|
| 3844 | $value['url'] |
|
| 3845 | ); |
|
| 3846 | } else { |
|
| 3847 | $icon = Display::return_icon( |
|
| 3848 | $icon_name, |
|
| 3849 | $value['course_name'].' '.get_lang( |
|
| 3850 | 'Course' |
|
| 3851 | ), |
|