| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/translate.edit/templates/.default/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/translate.edit/templates/.default/error.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
/**
* @var array $arResult
*/
?>
<div class="ui-alert ui-alert-danger ui-alert-icon-danger">
<span class="ui-alert-message"><?= $arResult['ERROR_MESSAGE'] ?></span>
</div>
<?