1С-Битрикс
9
Вклад в тег
.mbtn {
height: 52px;
cursor: pointer;
width: 120PX;
margin: 0;
padding-left: 20px;
padding-right: 20px;
background-color: #ff9b0d;
font-size: 18px;
text-align: center;
line-height: 52px;
display: block;
border-radius: 0.2em;
}
<?//FAVORIT_ITEM?>
<?if($optionCode == "FAVORIT_ITEM"):?>
<?global $bShowFavoritItem, $bFavoritItemIndexClass;?>
<?if($bShowFavoritItem):?>
<div class="drag-block container <?=$optionCode?> <?=$bFavoritItemIndexClass;?> js-load-block loader_circle" data-class="<?=$subtype?>_drag" data-order="<?=++$key;?>" data-file="<?=SITE_DIR;?>include/mainpage/components/<?=$subtype;?>/<?=$strTemplateName;?>.php">
<?=CMax::ShowPageType('mainpage', $subtype, $strTemplateName);?>
</div>
<?endif;?>
<?endif;?>