• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/loglist.php
  • Класс: BitrixMobileComponentLogList
  • Вызов: LogList::getImportantData
protected function getImportantData(): array
{
	$mobileSourceDir = Application::getInstance()->getPersonalRoot().'/templates/mobile_app/images/lenta/important';
	$params = $this->arParams;

	return [
		'nameTemplate' => $params['NAME_TEMPLATE'],
		'backgroundUrl' => $mobileSourceDir.'/background_mobile.svg'
	];
}