ORIENT/themes/modern2/layouts/static.htm

57 lines
1.3 KiB
HTML
Raw Permalink Normal View History

2021-05-10 12:01:19 +00:00
[localePicker]
forceUrl = 1
[SeoStaticPage]
[staticPage]
useContent = 1
default = 0
2021-10-09 06:25:40 +00:00
[adverts]
code = "samsung"
type = "slider"
random = 0
2021-05-10 12:01:19 +00:00
==
<!DOCTYPE html>
<html lang="{{activeLocale}}">
<head>
2022-03-01 12:05:30 +00:00
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4375305456879458"
crossorigin="anonymous"></script>
2021-05-10 12:01:19 +00:00
{% component 'SeoStaticPage' %}
{% partial 'head' %}
</head>
<body>
2023-04-17 11:44:40 +00:00
2021-10-09 06:25:40 +00:00
<div class="main__banner" style="margin-bottom: 0;">
{% component 'adverts'%}
</div>
2021-05-10 12:01:19 +00:00
{% partial 'header' %}
<section class="main mr-top-bot">
<main class="auto__container">
{% page %}
</main>
</section>
{% partial 'footer' %}
<!-- javascript start
============================================= -->
<script src="{{ ['assets/js/jquery.js','assets/js/menu.js']|theme }}"></script>
{% framework extras %}
2021-11-24 12:28:48 +00:00
<script>
$(document).ready(function(){
// start load my js functions
init();
});
</script>
2021-05-10 12:01:19 +00:00
<!-- javascript end
============================================= -->
2021-06-17 10:12:49 +00:00
<!-- 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>
2021-05-10 12:01:19 +00:00
</body>
2022-12-14 15:55:13 +00:00
</html>