Your IP : 3.143.203.223


Current Path : /var/www/axolotl/data/www/b24.axolotl.ru/public_html/kb/
Upload File :
Current File : /var/www/axolotl/data/www/b24.axolotl.ru/public_html/kb/.left.menu_ext.php

<?php

use Bitrix\Main\IO\File;

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

$companyMenu = $_SERVER['DOCUMENT_ROOT'] . SITE_DIR . 'company/.left.menu.php';
if (File::isFileExists($companyMenu))
{
	include($companyMenu);
}

$companyMenuExt = $_SERVER['DOCUMENT_ROOT'] . SITE_DIR . 'company/.left.menu_ext.php';
if (File::isFileExists($companyMenuExt))
{
	include($companyMenuExt);
}