';
$thematic_description_html .= '
'.$thematic_info['title'].'
';
$thematic_description_html .= '
'.$thematic_advance_info['start_date'].'
';
$thematic_description_html .= '
'.$thematic_advance_info['content'].'
';
$thematic_description_html .= '
'.get_lang('DurationInHours').' : '.$thematic_advance_info['duration'].'
';
if (!empty($thematic_advance_info2)){
$thematic_info2 = $thematic->get_thematic_list($thematic_advance_info2['thematic_id']);
$thematic_advance_info2['start_date'] = api_get_local_time($thematic_advance_info2['start_date']);
$thematic_advance_info2['start_date'] = api_format_date($thematic_advance_info2['start_date'], DATE_TIME_FORMAT_LONG);
$thematic_description_html .= '
'.$thematic_info2['title'].'
';
$thematic_description_html .= '
'.$thematic_advance_info2['start_date'].'
';
$thematic_description_html .= '
'.$thematic_advance_info2['content'].'
';
$thematic_description_html .= '
'.get_lang('DurationInHours').' : '.$thematic_advance_info2['duration'].'
';
$thematic_description_html .= '
';
}
$thematic_description_html .= '