%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/components/bitrix/socialnetwork_user/templates/.default/ |
| Current File : /home/bitrix/www/bitrix/components/bitrix/socialnetwork_user/templates/.default/user_features.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<?
$pageId = "";
include("util_menu.php");
?>
<?
if (SITE_TEMPLATE_ID != "bitrix24"):
?><?
$APPLICATION->IncludeComponent(
"bitrix:socialnetwork.features",
"",
Array(
"PATH_TO_USER" => $arResult["PATH_TO_USER"],
"PAGE_VAR" => $arResult["ALIASES"]["page"],
"USER_VAR" => $arResult["ALIASES"]["user_id"],
"GROUP_VAR" => $arResult["ALIASES"]["group_id"],
"SET_NAV_CHAIN" => $arResult["SET_NAV_CHAIN"],
"SET_TITLE" => $arResult["SET_TITLE"],
"USER_ID" => $arResult["VARIABLES"]["user_id"],
"GROUP_ID" => $arResult["VARIABLES"]["group_id"],
"PAGE_ID" => "user_features",
"NAME_TEMPLATE" => $arParams["NAME_TEMPLATE"],
"SHOW_LOGIN" => $arParams["SHOW_LOGIN"],
),
$component
);
?><?
endif;
?>