%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/components/bitrix/im.router/templates/blank/ |
| Current File : //home/bitrix/www/bitrix/components/bitrix/im.router/templates/blank/template.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED!==true)die();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<?php
/** @var CMain $APPLICATION */
use Bitrix\Main\Localization\Loc;
Loc::loadMessages(__FILE__);
$APPLICATION->ShowHead();
$APPLICATION->ShowCSS(true, true);
$APPLICATION->ShowHeadStrings();
$APPLICATION->ShowHeadScripts();
?>
</head>
<body style="height: 100%;margin: 0;padding: 0; background: #fff" id="workarea-content">
<script type="text/javascript">
BX.ready(function(){
BX.BlankBackend = new BlankBackend();
});
</script>
</body>
</html>