ORIENT/themes/modern2/layouts/new/master-inside.htm

119 lines
3.0 KiB
HTML

[localePicker]
forceUrl = 0
[adverts]
type = "single"
random = 0
==
<!DOCTYPE html>
<html lang="{{ activeLocale }}">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="{{ ['assets/new/styles/style.css']|theme}}" />
<title>{{ this.page.meta_title }}</title>
{% styles %}
</head>
<body>
<section class="big-banner">
<!-- <a href="#"> -->
<picture>
{% component 'adverts'%}
</picture>
<!-- </a> -->
</section>
<!-- HEAD ======== -->
<header class="header">
<div class="container">
<div class="header-inner">
{% partial 'new/mobile-menu' %}
<div class="header-search-icon">
<img src="{{ 'assets/new/icons/search.svg'|theme}}" alt="" />
</div>
<div class="header-left">
<a href="/new" class="header-logo">
<img src="{{ 'assets/new/icons/orientlogo.svg'|theme}}" alt="" />
</a>
</div>
<div class="header-right">
<ul class="header-ext">
{% if this.theme.facebook %}
<li>
<a href="{{ this.theme.facebook }}">
<img src="{{'assets/new/icons/fb.svg'|theme}}" alt="" />
</a>
</li>
{% endif %}
{% if this.theme.instagram %}
<li>
<a href="{{ this.theme.instagram }}">
<img src="{{'assets/new/icons/insta.svg'|theme}}" alt="" />
</a>
</li>
{% endif %}
{% if this.theme.telegram %}
<li>
<a href="{{ this.theme.telegram }}">
<img src="{{'assets/new/icons/tg.svg'|theme}}" alt="" />
</a>
</li>
{% endif %}
{% if this.theme.twitter %}
<li>
<a href="{{ this.theme.twitter }}">
<img src="{{'assets/new/icons/twit.svg'|theme}}" alt="" />
</a>
</li>
{% endif %}
</ul>
<form class="header-search">
<input type="text" placeholder="Поиск..." />
<button type="button">
<div class="search-icon">
<img src="{{ 'assets/new/icons/loop.svg'|theme}}" alt="" />
</div>
</button>
</form>
</div>
<div class="header-burger">
<img src="{{ 'assets/new/icons/burger.svg'|theme}}" alt="" />
</div>
</div>
</div>
</header>
{% partial 'newMenu/menu' %}
<!-- HEAD end ======== -->
{% page %}
{% partial 'new/footer' %}
<!-- SCRIPTS -->
<script src="{{ 'assets/new/scripts/swiper/swiper-bundle.min.js'|theme}}"></script>
{% scripts %}
</body>
</html>