|
@@ -13,13 +13,15 @@
|
|
<link rel="apple-touch-icon" href="<?= Yii::$service->url->getUrl('apple-touch-icon.png'); ?>">
|
|
<link rel="apple-touch-icon" href="<?= Yii::$service->url->getUrl('apple-touch-icon.png'); ?>">
|
|
<meta name="robots" content="INDEX,FOLLOW" />
|
|
<meta name="robots" content="INDEX,FOLLOW" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
-<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
-<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159325062-2"></script>
|
|
|
|
-<script>
|
|
|
|
- window.dataLayer = window.dataLayer || [];
|
|
|
|
- function gtag(){dataLayer.push(arguments);}
|
|
|
|
- gtag('js', new Date());
|
|
|
|
|
|
+ <!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-161463819-1"></script>
|
|
|
|
+ <script>
|
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
|
+ gtag('js', new Date());
|
|
|
|
|
|
- gtag('config', 'UA-159325062-2');
|
|
|
|
-</script><?php $parentThis->head() ?>
|
|
|
|
|
|
+ gtag('config', 'UA-161463819-1');
|
|
|
|
+ </script>
|
|
|
|
+
|
|
|
|
+<?php $parentThis->head() ?>
|
|
<?= Yii::$service->userfrom->savePageData(); ?>
|
|
<?= Yii::$service->userfrom->savePageData(); ?>
|