Compare View
Commits (2)
Showing
2 changed files
Show diff stats
No preview for this file type
frontend/views/layouts/main.php
| ... | ... | @@ -89,6 +89,7 @@ JS; |
| 89 | 89 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 90 | 90 | <?= Html::csrfMetaTags() ?> |
| 91 | 91 | <title><?= Html::encode($seo->title) ?></title> |
| 92 | + <link rel="icon" href="/favicon.ico" type="image/x-icon"> | |
| 92 | 93 | <?php $this->head() ?> |
| 93 | 94 | </head> |
| 94 | 95 | <body> |
| ... | ... | @@ -355,4 +356,4 @@ JS; |
| 355 | 356 | <?php $this->endBody() ?> |
| 356 | 357 | </body> |
| 357 | 358 | </html> |
| 358 | -<?php $this->endPage() ?> | |
| 359 | 359 | \ No newline at end of file |
| 360 | +<?php $this->endPage() ?> | ... | ... |