Commit 595ab5d019c356865bc2d2fd003d53362368c2ac

Authored by Alex Savenko
1 parent 2c019f37

add favicon

frontend/views/layouts/main.php
... ... @@ -27,6 +27,11 @@
27 27  
28 28 <title><?= Html::encode($this->title) ?></title>
29 29 <?php $this->head() ?>
  30 + <?php $this->registerLinkTag([
  31 + 'rel' => 'shortcut icon',
  32 + 'type' => 'image/x-icon',
  33 + 'href' => '/images/favicon.ico',
  34 + ]);?>
30 35  
31 36 </head>
32 37  
... ...
frontend/web/favicon.ico deleted
No preview for this file type
frontend/web/images/favicon.ico 0 → 100644
No preview for this file type