Your IP : 216.73.216.229


Current Path : /var/www/amortar/data/www/a-mortar/personal/
Upload File :
Current File : /var/www/amortar/data/www/a-mortar/personal/index.php

<?
    require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
    $APPLICATION->SetTitle("���� �������");
    global $options;
?>
<?if ($USER->IsAuthorized()):?>
	<?$APPLICATION->IncludeComponent(
		"bitrix:menu",
		"startshop.top.1",
		array(
			"COMPONENT_TEMPLATE" => "startshop.top.1",
			"ROOT_MENU_TYPE" => "personal",
			"MENU_CACHE_TYPE" => "N",
			"MENU_CACHE_TIME" => "3600",
			"MENU_CACHE_USE_GROUPS" => "Y",
			"MENU_CACHE_GET_VARS" => array(
			),
			"MAX_LEVEL" => "1",
			"CHILD_MENU_TYPE" => "personal",
			"USE_EXT" => "N",
			"DELAY" => "N",
			"ALLOW_MULTI_SELECT" => "N"
		),
		false
	);?>
<?endif;?>
<?$APPLICATION->IncludeComponent(
	"intec:startshop.profile", 
	".default", 
	array(
		"USE_ADAPTABILITY" => $options['ADAPTIV']['ACTIVE_VALUE']
	),
	false
);?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>