Skip to content

Commit

Permalink
Fix issue in course advance showing title of first module in "next to…
Browse files Browse the repository at this point in the history
…pic" section on course homepage
  • Loading branch information
ywarnier committed Mar 22, 2015
1 parent d93b95f commit 2410962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/introductionSection.inc.php
Expand Up @@ -324,7 +324,7 @@
$thematic_description_html .=
'<div class="span6 items-progress">
<div class="topics">'.$subTitle2.'</div>
<p class="title_topics">'.$thematic_info['title'].'</p>
<p class="title_topics">'.$thematic_info2['title'].'</p>
<p class="date">'.$thematic_advance_info2['start_date'].'</p>
<h3 class="title">'.$thematic_advance_info2['content'].'</h3>
<p class="time">'.get_lang('DurationInHours').' : '.$thematic_advance_info2['duration'].' - <a href="'.$thematicUrl.'">'.get_lang('SeeDetail').'</a></p>
Expand Down

0 comments on commit 2410962

Please sign in to comment.