diff --git a/main/inc/introductionSection.inc.php b/main/inc/introductionSection.inc.php index 5432b5b181..3ddd9d1015 100755 --- a/main/inc/introductionSection.inc.php +++ b/main/inc/introductionSection.inc.php @@ -162,31 +162,42 @@ if ($intro_dispForm) { echo ''; } -$course_description = new CourseDescription(); -$course_description->set_session_id(api_get_session_id()); -$thematic_description = $course_description->get_data_by_description_type(8); +$style_introduction_section = ''; $thematic_description_html = ''; -if (!empty($thematic_description)) { - $thematic_advance = get_lang('ThematicAdvance').' '.$course_description->get_progress_porcent(false,8); - if (api_is_allowed_to_edit(null,true)) { - $thematic_advance = ''.get_lang('ThematicAdvance').' '.$course_description->get_progress_porcent(false,8).''; - } - $thematic_description_html = '
'.$thematic_description['description_content'].'
-'.$thematic_description['description_content'].'
+| $intro_content | $thematic_description_html
| $intro_content |