• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/component/userprofile/grats.php
  • Класс: BitrixIntranetComponentUserProfileGrats
  • Вызов: Grats::getGratitudesIblockId
private function getGratitudesIblockId()
{

	$result = false;

	if (!Loader::includeModule('socialnetwork'))
	{
		return $result;
	}

	return BitrixSocialnetworkComponentLogList::getGratitudesIblockId();
}