• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/liveid.php
  • Класс: CSocServLiveID
  • Вызов: CSocServLiveID::GetFormHtml
public function GetFormHtml($arParams)
{
	$wll = new WindowsLiveLogin();

	$wll->setAppId(self::GetOption('liveid_appid'));
	$wll->setSecret(self::GetOption('liveid_secret'));

	$_SESSION['BX_LIVEID_LAST_PAGE'] = $GLOBALS["APPLICATION"]->GetCurPageParam('', array('logout'));

	return ''.GetMessage("socserv_liveid_note").'';
}