api_get_path(WEB_CODE_PATH).'group/group.php?'.api_get_cidreq(), 'name' => get_lang('Groups'), ); $interbreadcrumb[] = array( 'url' => api_get_path(WEB_CODE_PATH).'group/group_space.php?gidReq='.$group_id, 'name' => get_lang('GroupSpace').' '.$group_properties['name'] ); } $interbreadcrumb[] = array( 'url' => api_get_path(WEB_CODE_PATH).'work/work.php?'.api_get_cidreq(), 'name' => get_lang('StudentPublications') ); $interbreadcrumb[] = array( 'url' => api_get_path(WEB_CODE_PATH).'work/work_list_all.php?'.api_get_cidreq().'&id='.$workId, 'name' => $my_folder_data['title'] ); if (isset($_GET['list']) && $_GET['list'] == 'with') { $interbreadcrumb[] = array('url' => '#', 'name' => get_lang('UsersWithTask')); } else { $interbreadcrumb[] = array('url' => '#', 'name' => get_lang('UsersWithoutTask')); } Display::display_header(null); echo '