• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/project/helper.php
  • Класс: BitrixMobileProjectHelper
  • Вызов: Helper::getProjectNewsPathTemplate
static function getProjectNewsPathTemplate(array $params = []): string
{
	$siteDir = ($params['siteDir'] ?: SITE_DIR);

	return $siteDir . 'mobile/log/?group_id=#group_id#';
}