|
|
|
|
@ -567,10 +567,9 @@ if(isset($_GET["id_session"]) && $_GET["id_session"]!="") |
|
|
|
|
{ |
|
|
|
|
$id_session = Security::remove_XSS($_GET["id_session"]); |
|
|
|
|
$interbreadcrumb[] = array ("url" => "session.php", "name" => get_lang('Sessions')); |
|
|
|
|
$interbreadcrumb[] = array ("url" => "course.php?id_session=".$_GET["id_session"]."", "name" => get_lang('Cours')); |
|
|
|
|
$interbreadcrumb[] = array ("url" => "course.php?id_session=".$_GET["id_session"]."", "name" => get_lang('Course')); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//checking if the current coach is the admin coach |
|
|
|
|
/* |
|
|
|
|
if (!api_is_coach()) |
|
|
|
|
|