| Current Path : /var/www/homesaver/www/bitrix/templates/aspro_next/page_blocks/ |
| Current File : /var/www/homesaver/www/bitrix/templates/aspro_next/page_blocks/footer_3.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die();?>
<div class="footer_inner <?=($arTheme["SHOW_BG_BLOCK"]["VALUE"] == "Y" ? "fill" : "no_fill");?>">
<div class="wrapper_inner">
<div class="footer_bottom_inner">
<div class="left_block">
<div class="copyright">
<?$APPLICATION->IncludeFile(SITE_DIR."include/footer/copy/copyright.php", Array(), Array("MODE" => "html", "NAME" => GetMessage("COPYRIGHT"), "TEMPLATE" => "include_area.php",));?>
</div>
<span class="pay_system_icons">
<?$APPLICATION->IncludeFile(SITE_DIR."include/footer/copy/pay_system_icons.php", Array(), Array("MODE" => "html", "NAME" => GetMessage("PHONE"), "TEMPLATE" => "include_area.php",));?>
</span>
<div id="bx-composite-banner"></div>
</div>
<div class="right_block">
<div class="middle">
<div class="row">
<div class="item_block col-md-9 menus">
<div class="row">
<div class="item_block col-md-4 col-sm-4">
<?$APPLICATION->IncludeComponent("bitrix:menu", "bottom", array(
"ROOT_MENU_TYPE" => "bottom_company",
"MENU_CACHE_TYPE" => "Y",
"MENU_CACHE_TIME" => "3600000",
"MENU_CACHE_USE_GROUPS" => "N",
"CACHE_SELECTED_ITEMS" => "N",
"MENU_CACHE_GET_VARS" => array(),
"MAX_LEVEL" => "1",
"USE_EXT" => "N",
"DELAY" => "N",
"ALLOW_MULTI_SELECT" => "N"
),false
);?>
</div>
<div class="item_block col-md-4 col-sm-4">
<?$APPLICATION->IncludeComponent("bitrix:menu", "bottom", array(
"ROOT_MENU_TYPE" => "bottom_info",
"MENU_CACHE_TYPE" => "Y",
"MENU_CACHE_TIME" => "3600000",
"MENU_CACHE_USE_GROUPS" => "N",
"CACHE_SELECTED_ITEMS" => "N",
"MENU_CACHE_GET_VARS" => array(),
"MAX_LEVEL" => "1",
"USE_EXT" => "N",
"DELAY" => "N",
"ALLOW_MULTI_SELECT" => "N"
),false
);?>
</div>
<div class="item_block col-md-4 col-sm-4">
<?$APPLICATION->IncludeComponent("bitrix:menu", "bottom", array(
"ROOT_MENU_TYPE" => "bottom_help",
"MENU_CACHE_TYPE" => "Y",
"MENU_CACHE_TIME" => "3600000",
"MENU_CACHE_USE_GROUPS" => "N",
"CACHE_SELECTED_ITEMS" => "N",
"MENU_CACHE_GET_VARS" => array(),
"MAX_LEVEL" => "1",
"USE_EXT" => "N",
"DELAY" => "N",
"ALLOW_MULTI_SELECT" => "N"
),false
);?>
</div>
</div>
</div>
<div class="item_block col-md-3 soc">
<div class="soc_wrapper">
<div class="phones">
<div class="phone_block">
<?=CNext::ShowHeaderPhones();?>
<?if($arTheme['SHOW_CALLBACK']['VALUE'] == 'Y'):?>
<span class="order_wrap_btn">
<span class="callback_btn animate-load" data-event="jqm" data-param-form_id="CALLBACK" data-name="callback"><?=GetMessage('CALLBACK')?></span>
</span>
<?endif;?>
</div>
</div>
<div class="social_wrapper">
<div class="social">
<?$APPLICATION->IncludeComponent("bitrix:main.include", ".default",
array(
"COMPONENT_TEMPLATE" => ".default",
"PATH" => SITE_DIR."include/footer/social.info.next.default.php",
"AREA_FILE_SHOW" => "file",
"AREA_FILE_SUFFIX" => "",
"AREA_FILE_RECURSIVE" => "Y",
"EDIT_TEMPLATE" => "include_area.php"
),
false
);?>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
<div class="mobile_copy">
<?$APPLICATION->IncludeComponent("bitrix:main.include", ".default",
array(
"COMPONENT_TEMPLATE" => ".default",
"PATH" => SITE_DIR."include/footer/copyright.php",
"AREA_FILE_SHOW" => "file",
"AREA_FILE_SUFFIX" => "",
"AREA_FILE_RECURSIVE" => "Y",
"EDIT_TEMPLATE" => "include_area.php"
),
false
);?>
</div>
</div>
</div>