Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/landing/install/blocks/bitrix/mp_widget.kb_v2/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/landing/install/blocks/bitrix/mp_widget.kb_v2/block.php

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}

/**
 * @var \CMain $APPLICATION
 */
?>

<section
	class="landing-block g-bg"
	style="--bg: var(--primary);"
>
<?php
$APPLICATION->IncludeComponent(
	'bitrix:landing.blocks.mp_widget.kb',
	'v2',
	[

	],
);
?>
</section>