Your IP : 3.14.8.188


Current Path : /home/bitrix/ext_www/rk_shared_core/local/templates/.default/
Upload File :
Current File : /home/bitrix/ext_www/rk_shared_core/local/templates/.default/footer_mobile.php

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

<div class="footer-mobile bem is-hide-desktop">
	<div class="footer-mobile__contacts content-area">
    	<? $APPLICATION->IncludeComponent("bitrix:main.include", ".default", array(
    		"AREA_FILE_SHOW" => "file",
    		"PATH" => SITE_DIR . '/include/footer_contacts.php'
    	)); ?>
	</div>
	<div class="footer-mobile__social">
		<? $APPLICATION->IncludeComponent("bitrix:main.include", ".default", array(
			"AREA_FILE_SHOW" => "file",
			"PATH" => SITE_DIR . '/include/socials.php'
		)); ?>
	</div>
    <div class="footer-mobile__copyright">
    	<? $APPLICATION->IncludeComponent("bitrix:main.include", ".default", array(
			"AREA_FILE_SHOW" => "file",
			"PATH" => SITE_DIR . '/include/footer_copyright.php'
		)); ?>
    </div>
    <div class="footer-mobile__devs">
    	Разработка сайта &ndash; <a href="http://webprofy.ru" target="_blank" class="footer__devs-link">WEBPROFY</a>
    </div>
</div>