Show
Ignore:
Timestamp:
09/02/10 11:27:17 (21 months ago)
Author:
gnum
Message:

Fixes #103, also moved single participant view to /singles/ so that it would follow the general logic

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/views/default/edufeedr/educourse_participants.php

    r150 r157  
    1919            /*translation:Course participants*/ 
    2020            $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'])); 
    2222            } 
    2323            $body .= '</ol>';