'index.php',"name" => get_lang('PlatformAdmin')); $interbreadcrumb[]=array('url' => "session_list.php","name" => get_lang('SessionList')); Display::display_header($tool_name); api_display_tool_title($tool_name); ?>

$enreg) { $course = array(); $course[] = ''; $course[] = htmlentities($enreg['title'],ENT_QUOTES,$charset); $course[] = ''.$enreg['nbr_users'].' '.get_lang('Users').''; $course[] = ''.Display::return_icon('edit.gif', get_lang('Edit')).'> '.Display::return_icon('delete.gif', get_lang('Delete')).''; $tableCourses[] = $course; } echo ''; Display :: display_sortable_table($tableHeader, $tableCourses, array (), array ()); echo '
'; ?>