Commit 00629bc998e799bf4c0b9fa2a20f00c5ad7cd8c5
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -88,6 +88,12 @@ ga('send', 'pageview'); |
88 | 88 | <link rel="shortcut icon" href="<?= Yii::$app->request->baseUrl ?>/img/favicon.ico" type="image/x-icon"/> |
89 | 89 | <?= HreflangWidget::widget ([]) ?> |
90 | 90 | <?php $this->head () ?> |
91 | + | |
92 | + <!-- SOCIAL ICON --> | |
93 | + <script type="text/javascript" src="//yastatic.net/es5-shims/0.0.2/es5-shims.min.js" charset="utf-8"></script> | |
94 | + <script type="text/javascript" src="//yastatic.net/share2/share.js" charset="utf-8"></script> | |
95 | + <!-- SOCIAL ICON --> | |
96 | + | |
91 | 97 | </head> |
92 | 98 | <body> |
93 | 99 | <!-- Google Tag Manager --> |
... | ... | @@ -99,6 +105,7 @@ ga('send', 'pageview'); |
99 | 105 | '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
100 | 106 | })(window,document,'script','dataLayer','GTM-5KPBHP');</script> |
101 | 107 | <!-- End Google Tag Manager --> |
108 | + | |
102 | 109 | <?php $this->beginBody () ?> |
103 | 110 | <?= BgWidget::widget () ?> |
104 | 111 | ... | ... |