Commit dc04ab2e623f7344372123770d9ab3ded502f24f
1 parent
5746ebbd
test
Showing
1 changed file
with
5 additions
and
4 deletions
 
Show diff stats
frontend/views/layouts/main.php
| ... | ... | @@ -82,10 +82,7 @@ $this->registerJs(" | 
| 82 | 82 | <link rel="shortcut icon" href="<?= Yii::$app->urlManager->baseUrl ?>/img/favicon.ico" type="image/x-icon"/> | 
| 83 | 83 | <?php $this->head () ?> | 
| 84 | 84 | |
| 85 | - <!-- SOCIAL ICON --> | |
| 86 | - <script type="text/javascript" src="//yastatic.net/es5-shims/0.0.2/es5-shims.min.js" charset="utf-8"></script> | |
| 87 | - <script type="text/javascript" src="//yastatic.net/share2/share.js" charset="utf-8"></script> | |
| 88 | - <!-- SOCIAL ICON --> | |
| 85 | + | |
| 89 | 86 | |
| 90 | 87 | <script> | 
| 91 | 88 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | 
| ... | ... | @@ -498,6 +495,10 @@ $this->registerJs(" | 
| 498 | 495 | </div> | 
| 499 | 496 | |
| 500 | 497 | <?php $this->endBody () ?> | 
| 498 | + <!-- SOCIAL ICON --> | |
| 499 | + <script type="text/javascript" src="//yastatic.net/es5-shims/0.0.2/es5-shims.min.js" charset="utf-8"></script> | |
| 500 | + <script type="text/javascript" src="//yastatic.net/share2/share.js" charset="utf-8"></script> | |
| 501 | + <!-- SOCIAL ICON --> | |
| 501 | 502 | </body> | 
| 502 | 503 | </html> | 
| 503 | 504 | <?php $this->endPage () ?> | 
| 504 | 505 | \ No newline at end of file | ... | ... | 
