Your IP : 3.145.177.173


Current Path : /var/www/axolotl/data/www/axolotls.ru/www/bitrix/templates/landing24/
Upload File :
Current File : /var/www/axolotl/data/www/axolotls.ru/www/bitrix/templates/landing24/footer.php

<?php
use \Bitrix\Landing\Manager;
use \Bitrix\Landing\Assets;
use \Bitrix\Main\Loader;

if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}

if (!Loader::includeModule('landing'))
{
	return;
}

Manager::setTheme();
$assets = Assets\Manager::getInstance();
$assets->addAsset('landing_auto_font_scale');

$APPLICATION->ShowProperty('FooterJS');
?>

</main>
<?$APPLICATION->ShowProperty('BeforeBodyClose');?>

<?if (\Bitrix\Landing\Connector\Mobile::isMobileHit()):?>
<script type="text/javascript">
	if (typeof BXMPage !== 'undefined')
	{
		BXMPage.TopBar.title.setText('<?= $APPLICATION->getTitle();?>');
		BXMPage.TopBar.title.show();
	}
</script>
<?endif;?>

</body>
</html>