%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/components/bitrix/socialnetwork/templates/.default/ |
| Current File : //home/bitrix/www/bitrix/components/bitrix/socialnetwork/templates/.default/group_list.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<?
$APPLICATION->IncludeComponent(
"bitrix:socialnetwork.user_groups",
"",
Array(
"PATH_TO_USER" => $arResult["PATH_TO_USER"],
"PATH_TO_GROUP" => $arResult["PATH_TO_GROUP"],
"PATH_TO_GROUP_EDIT" => $arResult["PATH_TO_GROUP_EDIT"],
"PATH_TO_GROUP_CREATE" => $arResult["PATH_TO_GROUP_CREATE"],
"USER_VAR" => $arResult["ALIASES"]["user_id"],
"USER_ID" => $arResult["VARIABLES"]["user_id"],
"SET_NAV_CHAIN" => $arResult["SET_NAV_CHAIN"],
"SET_TITLE" => $arResult["SET_TITLE"],
"COLUMNS_COUNT" => 3,
"ITEMS_COUNT" => $arParams["ITEM_DETAIL_COUNT"],
"PAGE" => "user_groups",
"PATH_TO_LOG" => $arResult["PATH_TO_LOG"],
"DATE_TIME_FORMAT" => $arResult["DATE_TIME_FORMAT"],
"USE_KEYWORDS" => $arParams["GROUP_USE_KEYWORDS"],
),
$component
);
?>