Your IP : 3.15.34.39


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/templates/desktop_app/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/templates/desktop_app/header.php

<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<!DOCTYPE html>
<?php
\CModule::IncludeModule('im');
$darkClass = \CIMSettings::GetSetting(CIMSettings::SETTINGS, 'enableDarkTheme')? 'style="background: #313131"': '';
?>
<html <?=$darkClass?>>
<head>
	<meta http-equiv="Content-Type" content="text/html;charset=<?=SITE_CHARSET?>"/>
	<link href="<?=CUtil::GetAdditionalFileURL(SITE_TEMPLATE_PATH."/template_styles.css")?>" type="text/css" rel="stylesheet" />
	<?
	\Bitrix\Main\UI\Extension::load([
		'sidepanel',
		'intranet.sidepanel.bindings',
		'intranet.sidepanel.external',
		'socialnetwork.slider',
	]);
	?>
	<?$APPLICATION->ShowCSS(true, true);?>
	<?$APPLICATION->ShowHeadStrings();?>
	<?$APPLICATION->ShowHeadScripts();?>
<title><?$APPLICATION->ShowTitle()?></title>
</head>
<body class="<?=$APPLICATION->ShowProperty("BodyClass");?>">