Your IP : 216.73.216.170


Current Path : /home/bitrix/ext_www/vf.yacl.site/en/more/
Upload File :
Current File : /home/bitrix/ext_www/vf.yacl.site/en/more/index.php

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Profile");
?>
<section class="profile">
		<?$APPLICATION->IncludeComponent(
			"bitrix:main.profile",
			"main_profile",
			Array(
				"CHECK_RIGHTS" => "N",
				"SEND_INFO" => "N",
				"SET_TITLE" => "Y",
				"USER_PROPERTY" => array(),
				"USER_PROPERTY_NAME" => ""
			)
		);?>
</section>

<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>