| Current Path : /var/www/homesaver/www/bitrix/blocks/bitrix/mp_widget.livefeed/ |
| Current File : /var/www/homesaver/www/bitrix/blocks/bitrix/mp_widget.livefeed/block.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
/**
* @var \CMain $APPLICATION
*/
?>
<section
class="landing-block g-bg-image"
style="--bg: ;--bg-url: url('https://cdn.bitrix24.site/bitrix/images/landing/widget/livefeed/bg.png');--bg-url-2x: url('https://cdn.bitrix24.site/bitrix/images/landing/widget/livefeed/bg.png');--bg-overlay: rgba(0, 0, 0, 0);--bg-size: cover;--bg-attachment: scroll;"
>
<?php
$APPLICATION->IncludeComponent(
'bitrix:landing.blocks.mp_widget.livefeed',
'',
[],
);
?>
</section>