• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/loglist/param.php
  • Класс: BitrixMobileComponentLogListParam
  • Вызов: Param::prepareNameTemplateParams
public function prepareNameTemplateParams(&$componentParams)
{
	Util::checkEmptyParamString($componentParams, 'NAME_TEMPLATE', CSite::getNameFormat());

	$componentParams['NAME_TEMPLATE_WO_NOBR'] = str_replace(
		[ '#NOBR#', '#/NOBR#' ],
		'',
		$componentParams['NAME_TEMPLATE']
	);
	$componentParams['NAME_TEMPLATE'] = $componentParams['NAME_TEMPLATE_WO_NOBR'];
}