| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/iblock.property.grid/templates/.default/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/iblock.property.grid/templates/.default/error.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
/**
* @var array $arParams
* @var array $arResult
* @var CMain $APPLICATION
* @var CBitrixComponent $component
* @var CBitrixComponentTemplate $this
*/
$APPLICATION->IncludeComponent(
'bitrix:ui.info.error',
'',
[
'TITLE' => $arResult['ERROR'],
]
);