'.get_lang('Chat').' - '.$mycourseid.' - '.api_get_setting('siteName').''; $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' => 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?'.api_get_cidreq(), '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'); } $url = api_get_path(WEB_CODE_PATH).'chat/'; $params = api_get_cidreq(); echo '
'; echo ''; echo ''; echo ''; echo ''; echo '
'; if (empty($open_chat_window)) { Display::display_footer(); } echo '';