Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/landing.start/templates/.default/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/landing.start/templates/.default/domain_edit.php

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

<?$APPLICATION->IncludeComponent(
	'bitrix:landing.domain_edit',
	'.default',
	array(
		'DOMAIN_ID' => $arResult['VARS']['domain_edit'],
		'PAGE_URL_DOMAINS' => $arParams['PAGE_URL_DOMAINS']
	),
	$component
);?>