Your IP : 18.191.150.186
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
$APPLICATION->SetPageProperty("HIDE_SIDEBAR", "Y");
require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_after.php");
IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intranet/public/timeman/work_report.php");
$APPLICATION->SetTitle(GetMessage("COMPANY_TITLE"));
?>
<?
$APPLICATION->IncludeComponent(
"bitrix:ui.sidepanel.wrapper",
"",
array(
"POPUP_COMPONENT_NAME" => "bitrix:timeman.report.weekly",
"POPUP_COMPONENT_TEMPLATE_NAME" => "",
"POPUP_COMPONENT_PARAMS" => array()
)
);
?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>