Your IP : 18.227.72.200


Current Path : /home/bitrix/ext_www/easy-comfort.com.ua/lp/
Upload File :
Current File : /home/bitrix/ext_www/easy-comfort.com.ua/lp/index.php

<?php
require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/header.php');

$APPLICATION->IncludeComponent(
	'bitrix:landing.pub',
	'',
	array(
		'HTTP_HOST' => $_SERVER['HTTP_HOST']
	),
	null,
	array(
		'HIDE_ICONS' => 'Y'
	)
);

require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/footer.php');