Current Path : /var/www/html/clients/amz.e-nk.ru/bitrix/components/bitrix/system.show_message/ |
Current File : /var/www/html/clients/amz.e-nk.ru/bitrix/components/bitrix/system.show_message/component.php |
<? if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); if (!isset($arParams["~MESSAGE"]) || strlen($arParams["~MESSAGE"]) <= 0) return; $arParams["~MESSAGE"] = str_replace("<br>", "\n", $arParams["~MESSAGE"]); $arParams["~MESSAGE"] = str_replace("<br />", "\n", $arParams["~MESSAGE"]); $arParams["~MESSAGE"] = htmlspecialchars($arParams["~MESSAGE"]); $arParams["~MESSAGE"] = str_replace("\n", "<br />", $arParams["~MESSAGE"]); $arParams["~MESSAGE"] = str_replace("&", "&", $arParams["~MESSAGE"]); $arParams["MESSAGE"] = $arParams["~MESSAGE"]; $arParams["STYLE"] = (isset($arParams["STYLE"]) && strlen($arParams["STYLE"]) > 0 ? htmlspecialchars($arParams["STYLE"]) : "errortext"); $this->IncludeComponentTemplate(); ?>