head.php 984 B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. * @copyright Copyright (c) 2016 FecShop Software LLC
  7. * @license http://www.fecshop.com/license/
  8. */
  9. ?>
  10. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  11. <title><?= \Yii::$app->view->title; ?></title>
  12. <link rel="shortcut icon" href="<?= Yii::$service->url->getUrl('favicon.ico'); ?>">
  13. <link rel="apple-touch-icon" href="<?= Yii::$service->url->getUrl('apple-touch-icon.png'); ?>">
  14. <meta name="robots" content="INDEX,FOLLOW" />
  15. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  16. <!-- Global site tag (gtag.js) - Google Analytics -->
  17. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-159325062-2"></script>
  18. <script>
  19. window.dataLayer = window.dataLayer || [];
  20. function gtag(){dataLayer.push(arguments);}
  21. gtag('js', new Date());
  22. gtag('config', 'UA-159325062-2');
  23. </script><?php $parentThis->head() ?>
  24. <?= Yii::$service->userfrom->savePageData(); ?>