| Current Path : /var/www/homesaver/www/bitrix/templates/aspro_next/page_blocks/ |
| Current File : /var/www/homesaver/www/bitrix/templates/aspro_next/page_blocks/header_mobile_2.php |
<div class="mobileheader-v2">
<div class="burger pull-left">
<?=CNext::showIconSvg("burger dark", SITE_TEMPLATE_PATH."/images/svg/Burger_big_white.svg");?>
<?=CNext::showIconSvg("close dark", SITE_TEMPLATE_PATH."/images/svg/Close.svg");?>
</div>
<div class="title-block col-sm-6 col-xs-5 pull-left"><?($APPLICATION->GetTitle() ? $APPLICATION->ShowTitle(false) : $APPLICATION->ShowTitle());?></div>
<div class="right-icons pull-right">
<div class="pull-right">
<div class="wrap_icon">
<button class="top-btn inline-search-show twosmallfont">
<?=CNext::showIconSvg("search big", SITE_TEMPLATE_PATH."/images/svg/Search_big_black.svg");?>
</button>
</div>
</div>
<div class="pull-right">
<div class="wrap_icon wrap_basket">
<?=CNext::ShowBasketWithCompareLink('', 'big white', false, false, true);?>
</div>
</div>
<div class="pull-right">
<div class="wrap_icon wrap_cabinet">
<?=CNext::showCabinetLink(true, false, 'big white');?>
</div>
</div>
</div>
</div>