Your IP : 3.19.238.155


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/calendar/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/calendar/.left.menu_ext.php

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
	die();
}

IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intranet/public/calendar/.left.menu_ext.php");

$userId = $USER->getId();

$aMenuLinks = array(
	array(
		GetMessage("MENU_CALENDAR_USER"),
		SITE_DIR."company/personal/user/".$userId."/calendar/",
		array(),
		array(
			"menu_item_id" => "menu_my_calendar", 
			"counter_id" => "calendar"
		),
		"CBXFeatures::IsFeatureEnabled('Calendar')"
	),
	array(
		GetMessage("MENU_CALENDAR_COMPANY"),
		SITE_DIR."calendar/",
		array(),
		array(
			"menu_item_id" => "menu_company_calendar"
		),
		"CBXFeatures::IsFeatureEnabled('CompanyCalendar')"
	)
);