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

145 lines
3.3 KiB
HTML

[localePicker]
forceUrl = 1
[adverts]
code = "samsung"
type = "slider"
random = 0
[staticMenu]
code = "new-top-menui"
[staticPage]
useContent = 1
default = 0
[SeoCmsPage]
==
<!DOCTYPE html>
<html lang="{{ activeLocale }}">
<head>
{% partial 'new/head' %}
{% component 'SeoCmsPage' %}
{% styles %}
</head>
<body>
{% partial 'new/mobile-search' %}
<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="/" class="header-logo">
<!-- <img src="{{ 'assets/images/newYearLogo.png'|theme}}" alt="Orient News" /> -->
<img src="{{ 'assets/new/icons/orientlogo.svg'|theme}}" alt="Orient News" />
</a>
<h1> {{'site.slogan'|_}}</h1>
</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>
{% partial 'new/searchForm' %}
</div>
<div class="header-burger">
<img src="{{ 'assets/new/icons/burger.svg'|theme}}" alt="" />
</div>
</div>
</div>
</header>
{% partial 'newMenu/menu' %}
{% partial 'new/latest-news-mobile' %}
<!-- HEAD end ======== -->
{% page %}
{% partial 'new/footer' %}
<script src="{{ 'assets/new/jquery.js'|theme}}"></script>
<script src="{{ 'assets/new/scripts/swiper/swiper-bundle.min.js'|theme}}"></script>
<script src="{{ 'assets/new/copy.js'|theme}}"></script>
{% framework extras %}
{% scripts %}
<!-- javascript end
============================================= -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HHRB3PCSBQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HHRB3PCSBQ');
</script>
</body>
</html>