| 9 | | echo $html->para(null, '<b>'.__('Start date', true). '</b>:' . $data['Vclassroom']['sdate']); |
| 10 | | echo $html->para(null, '<b>'.__('Finish date', true). '</b>:' . $data['Vclassroom']['fdate']); |
| 11 | | echo $html->para(null, '<b>'.__('Subject', true).'</b>: ' . $data['Ecourse']['title']); |
| | 9 | echo $html->para(null, '<b>'.__('Starts on', true). '</b> :' . $data['Vclassroom']['sdate']); |
| | 10 | echo $html->para(null, '<b>'.__('Ends on', true). '</b> :' . $data['Vclassroom']['fdate']); |
| | 11 | echo $html->para(null, '<b>'.__('Subject', true).'</b> : ' . $data['Ecourse']['title']); |