Direktori : /home/bitrix/www/bitrix/components/bitrix/socialnetwork/templates/.default/ |
Current File : /home/bitrix/www/bitrix/components/bitrix/socialnetwork/templates/.default/user_tasks_import.php |
<?php use Bitrix\Disk\Desktop; if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); if (CSocNetFeatures::IsActiveFeature(SONET_ENTITY_USER, $arResult["VARIABLES"]["user_id"], "tasks")) { $APPLICATION->IncludeComponent('bitrix:tasks.import', '', array_merge( array( "USER_ID" => $arResult["VARIABLES"]["user_id"], ), $arResult ), $component); }