| @@ 3212-3214 (lines=3) @@ | ||
| 3209 | } |
|
| 3210 | if ($show_content) { |
|
| 3211 | $icon = Display::url(Display::return_icon($icon_name, $value['course_name'].' '.get_lang('Course'), array(), ICON_SIZE_SMALL), $value['url']); |
|
| 3212 | } else { |
|
| 3213 | $icon = Display::return_icon($icon_name, $value['course_name'].' '.get_lang('Course'), array(), ICON_SIZE_SMALL); |
|
| 3214 | } |
|
| 3215 | break; |
|
| 3216 | default: |
|
| 3217 | break; |
|
| @@ 274-276 (lines=3) @@ | ||
| 271 | $titleSession = Display::return_icon('session.png', get_lang('Session'), array(), ICON_SIZE_SMALL).' '.api_get_session_name($session_id); |
|
| 272 | $titleCourse = Display::return_icon('course.png', get_lang('Course'), array(), ICON_SIZE_SMALL).' '.$course_name; |
|
| 273 | ||
| 274 | } else { |
|
| 275 | $titleSession = Display::return_icon('course.png', get_lang('Course'), array(), ICON_SIZE_SMALL).' '.$courseInfo['name']; |
|
| 276 | } |
|
| 277 | ||
| 278 | ||
| 279 | $teacherList = CourseManager::get_teacher_list_from_course_code_to_string( |
|