| Current Path : /var/www/homesaver/www/bitrix/blocks/bitrix/60.2.openlines_buttons_circle/ |
| Current File : /var/www/homesaver/www/bitrix/blocks/bitrix/60.2.openlines_buttons_circle/block.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
/**
* @var OlWidgetBlock $classBlock
*/
?>
<section class="landing-block g-pt-30 g-pb-30 u-block-border-none">
<div class="landing-block-node-container g-flex-centered container">
<?$APPLICATION->IncludeComponent(
'bitrix:landing.blocks.openlines',
'circle_buttons',
[
'BUTTON_ID' => $classBlock->get('BUTTON_ID'),
'SITE_TYPE' => $classBlock->get('SITE_TYPE'),
]
);?>
</div>
</section>