| Current Path : /var/www/homesaver/www/local/templates/aspro_next/page_blocks/ |
| Current File : /var/www/homesaver/www/local/templates/aspro_next/page_blocks/footer_7.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die();?>
<div class="footer_inner <?=($arTheme["SHOW_BG_BLOCK"]["VALUE"] == "Y" ? "fill" : "no_fill");?> compact footer-light">
<div class="bottom_wrapper">
<div class="wrapper_inner">
<div class="row bottom-middle">
<div class="col-md-3 col-sm-3 copy-block">
<div class="copy blocks">
<?$APPLICATION->IncludeFile(SITE_DIR."include/footer/copy/copyright.php", Array(), Array(
"MODE" => "php",
"NAME" => "Copyright",
"TEMPLATE" => "include_area.php",
)
);?>
</div>
<div class="print-block blocks"><?=CNext::ShowPrintLink();?></div>
<div id="bx-composite-banner" class="blocks"></div>
</div>
<div class="col-md-6 col-sm-6">
<?$APPLICATION->IncludeFile(SITE_DIR."include/footer/contacts-title.php", array(), array(
"MODE" => "html",
"NAME" => "Title",
"TEMPLATE" => "include_area.php",
)
);?>
<div class="row info">
<div class="col-md-6">
<?CNext::ShowHeaderPhones('', true);?>
<?CNext::showEmail('email blocks');?>
</div>
<div class="col-md-6">
<?CNext::showAddress('address blocks');?>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="social-block">
<?$APPLICATION->IncludeComponent(
"aspro:social.info.next",
".default",
array(
"CACHE_TYPE" => "A",
"CACHE_TIME" => "3600000",
"CACHE_GROUPS" => "N",
"COMPONENT_TEMPLATE" => ".default",
"SOCIAL_TITLE" => GetMessage("SOCIAL_TITLE")
),
false
);?>
</div>
</div>
</div>
</div>
</div>
</div>