Changeset 157 for trunk/views/default/edufeedr/educourse_participants.php
- Timestamp:
- 09/02/10 11:27:17 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/views/default/edufeedr/educourse_participants.php
r150 r157 19 19 /*translation:Course participants*/ 20 20 $body .= '<label>' . elgg_echo('edufeedr:label:course:participants') . ':</label>'; 21 $body .= '<ol>'; foreach ($participants as $participant) { $body .= elgg_view('edufeedr/single _educourse_participant', array('participant' => $participant, 'entity' => $vars['entity']));21 $body .= '<ol>'; foreach ($participants as $participant) { $body .= elgg_view('edufeedr/singles/educourse_participant', array('participant' => $participant, 'entity' => $vars['entity'])); 22 22 } 23 23 $body .= '</ol>';
