Skip to content

Commit 9804be6

Browse files
committedApr 4, 2020
Optional Campaign tracking - style fix
1 parent d23e570 commit 9804be6

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed
 

‎public/front.php

+8-19
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@
1515
<!-- Custom styles for this template -->
1616
<link href="/css/landing-page.min.css" rel="stylesheet">
1717
<link href="/css/campaign.css" rel="stylesheet">
18-
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
19-
<script>
20-
(adsbygoogle = window.adsbygoogle || []).push({
21-
google_ad_client: "ca-pub-5467644203652210",
22-
enable_page_level_ads: true
23-
});
24-
</script>
18+
<script data-ad-client="ca-pub-5467644203652210" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
2519
</head>
2620
<body>
2721
<!-- head -->
@@ -81,18 +75,13 @@
8175
<div class="container">
8276
<div class="row">
8377
<div class="col-lg-6 h-100 text-center text-lg-left my-auto">
84-
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
85-
<!-- 0k.lv - url shortener [front-page] -->
86-
<ins class="adsbygoogle"
87-
style="display:block"
88-
data-ad-client="ca-pub-5467644203652210"
89-
data-ad-slot="1540878194"
90-
data-ad-format="auto"
91-
data-full-width-responsive="true"></ins>
92-
<script>
93-
(adsbygoogle = window.adsbygoogle || []).push({});
94-
</script>
95-
<p class="text-muted small mb-4 mb-lg-0">&copy; 0k.lv <?php echo date('Y');?></p>
78+
79+
<ins data-revive-zoneid="1" data-revive-id="0acc88b3a59a820af783b96c26cb2f66"></ins> <br>
80+
<ins data-revive-zoneid="2" data-revive-id="0acc88b3a59a820af783b96c26cb2f66"></ins> <br>
81+
<ins data-revive-zoneid="3" data-revive-id="0acc88b3a59a820af783b96c26cb2f66"></ins>
82+
<?= $_SERVER['SERVER_PORT'] == 443 ? '<script async src="https://node.lv/www/delivery/asyncjs.php"></script>':'';?>
83+
84+
<p class="text-muted small mt-2 mb-lg-0">&copy; <a href="https://krysits.com/" target="_blank">krysits.com</a> <?php echo date('Y');?></p>
9685
</div>
9786
</div>
9887
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.