• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/restriction/manager.php
  • Класс: BitrixLandingRestrictionManager
  • Вызов: Manager::includeInformerComponent
static function includeInformerComponent(): void
{
	static $included = false;

	if (!$included)
	{
		$included = true;
		if (SITE_TEMPLATE_ID != 'bitrix24')
		{
			BitrixLandingManager::getApplication()
                   ->includeComponent('bitrix:ui.info.helper', '', []);
		}
	}
}