Commit 595ab5d019c356865bc2d2fd003d53362368c2ac
1 parent
2c019f37
add favicon
Showing
3 changed files
with
5 additions
and
0 deletions
Show diff stats
frontend/views/layouts/main.php
| @@ -27,6 +27,11 @@ | @@ -27,6 +27,11 @@ | ||
| 27 | 27 | ||
| 28 | <title><?= Html::encode($this->title) ?></title> | 28 | <title><?= Html::encode($this->title) ?></title> |
| 29 | <?php $this->head() ?> | 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 | </head> | 36 | </head> |
| 32 | 37 |
frontend/web/favicon.ico deleted
No preview for this file type
No preview for this file type