Your IP : 3.143.203.223


Current Path : /var/www/axolotl/data/www/b24.axolotl.ru/public_html/services/
Upload File :
Current File : /var/www/axolotl/data/www/b24.axolotl.ru/public_html/services/event_list.php

<?php
/**
 * @global  \CMain $APPLICATION
 */
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intranet/public/services/event_list.php");
$APPLICATION->SetTitle(GetMessage("SERVICES_TITLE"));
?><?php
$APPLICATION->IncludeComponent("bitrix:event_list", ".default", array(
	"USER_PATH" => SITE_DIR."company/personal/user/#user_id#/",
	"PAGE_NUM" => "10",
	"FILTER" => array(
		2 => "USERS",
		3 => "PAGE_EDIT",
		4 => "MENU_EDIT",
	)
	),
	false
);?><?php
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");