| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/templates/landing24/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/templates/landing24/header.php |
<?php
if (!defined ('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
/** @var \CMain $APPLICATION */
if (!\Bitrix\Main\Loader::includeModule('landing'))
{
return;
}
\Bitrix\Landing\Connector\Mobile::prologMobileHit();
$language= \Bitrix\Landing\Manager::getLangISO();
?><!DOCTYPE html>
<html xml:lang="<?= $language;?>" lang="<?= $language;?>" class="<?$APPLICATION->ShowProperty('HtmlClass');?>">
<head>
<?$APPLICATION->ShowProperty('AfterHeadOpen');?>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width">
<meta name="HandheldFriendly" content="true" >
<meta name="MobileOptimized" content="width">
<meta name="apple-mobile-web-app-capable" content="yes">
<title><?$APPLICATION->ShowTitle();?></title>
<?
$APPLICATION->ShowHead();
$APPLICATION->ShowProperty('MetaOG');
$APPLICATION->ShowProperty('BeforeHeadClose');
?>
</head>
<body class="<?$APPLICATION->ShowProperty('BodyClass');?>" <?$APPLICATION->ShowProperty('BodyTag');?>>
<?
/*
This is commented to avoid Project Quality Control warning
$APPLICATION->ShowPanel();
*/
?>
<?$APPLICATION->ShowProperty('Noscript');?>
<?$APPLICATION->ShowProperty('AfterBodyOpen');?>
<main class="w-100 <?$APPLICATION->ShowProperty('MainClass');?>" <?$APPLICATION->ShowProperty('MainTag');?>>