• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/sharing.php
  • Класс: BitrixReportSharing
  • Вызов: Sharing::getUserUrl
static function getUserUrl($userId)
{
	$userPage = COption::getOptionString('socialnetwork', 'user_page', false, SITE_ID);
	if(!$userPage)
	{
		$userPage = SITE_DIR.'company/personal/';
	}
	return $userPage.'user/'.$userId.'/';
}