0) { foreach($a_onlineStudent as $onlineStudent) { echo " "; } } else { $online = get_lang('NoOnlineStudents'); } if(!empty($online)) { echo " "; } ?>
"; echo $onlineStudent['name']; echo " "; echo $onlineStudent['access_cours_code']; echo " "; if(!empty($onlineStudent['email'])) { echo $onlineStudent['email']; } else { echo get_lang('NoEmail'); } echo " "; echo ' -> '; echo "
".$online."