'.get_lang('Chat').' - '.$mycourseid.' - '.api_get_setting('platform.site_name').''; $groupId = api_get_group_id(); // If it is a group chat then the breadcrumbs. if (!empty($groupId)) { $group_properties = GroupManager :: get_group_properties($groupId); $interbreadcrumb[] = array('url' => '../group/group.php', 'name' => get_lang('Groups')); $interbreadcrumb[] = array( 'url' => '../group/group_space.php?gidReq='.api_get_group_id(), 'name' => get_lang('GroupSpace').' '.$group_properties['name'] ); $noPHP_SELF = true; $shortBanner = false; $add_group_to_title = ' ('.$group_properties['name'].')'; $groupfilter = 'group_id="'.$groupId.'"'; } else { $groupfilter = 'group_id=0'; } if (empty($open_chat_window)) { Display::display_header($tool_name, 'Chat'); } echo '
'; echo ''; echo ''; echo ''; echo ''; echo '
'; if (empty($open_chat_window)) { Display::display_footer(); } echo '';