13 lines
419 B
PHP
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>
|