Your IP : 3.145.36.12


Current Path : /var/www/www-root/data/www/monolith-realty.ru/include/blocks/phones/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/include/blocks/phones/button_view.php

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

//options from TSolution\Functions::showBlockHtml
$arOptions = $arConfig['PARAMS'];

if (!$arOptions['DATASET']) return;

$bShowWrapper = !!trim($arOptions['WRAPPER_CLASS']);
?>

<?if ($bShowWrapper):?>
<div class="<?=$arOptions['WRAPPER_CLASS'];?>">
<?endif;?>

	<div class="animate-load btn btn-default btn-wide<?=$arOptions['ADDITIONAL_CLASS'];?>" data-event="jqm" data-param-id="<?=$arOptions['DATASET']['PARAM_ID'];?>" data-name="<?=$arOptions['DATASET']['NAME'];?>">
		<?=$arOptions['TEXT'];?>
	</div>

<?if ($bShowWrapper):?>
</div>
<?endif;?>