ez-pro/s1/include/blocks/video/error_frame.php
2025-11-13 19:04:05 +03:00

13 lines
419 B
PHP

<?if(!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true ) die();?>
<?//options from \Aspro\Functions\CAsproAllcorp3::showBlockHtml?>
<?
$arOptions = (array)$arConfig['PARAMS'];
if (!isset($arOptions['MESSAGE']) || !$arOptions['MESSAGE']) return;
?>
<div class="video_body">
<div class="video_block__error flexbox flexbox--justify-center text-center">
<?=$arOptions['MESSAGE'];?>
</div>
</div>