head.php 613 B

12345678910111213141516
  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. <?php $parentThis->head() ?>