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,6 +89,7 @@ JS; | ||
89 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 89 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
90 | <?= Html::csrfMetaTags() ?> | 90 | <?= Html::csrfMetaTags() ?> |
91 | <title><?= Html::encode($seo->title) ?></title> | 91 | <title><?= Html::encode($seo->title) ?></title> |
92 | + <link rel="icon" href="/favicon.ico" type="image/x-icon"> | ||
92 | <?php $this->head() ?> | 93 | <?php $this->head() ?> |
93 | </head> | 94 | </head> |
94 | <body> | 95 | <body> |
@@ -355,4 +356,4 @@ JS; | @@ -355,4 +356,4 @@ JS; | ||
355 | <?php $this->endBody() ?> | 356 | <?php $this->endBody() ?> |
356 | </body> | 357 | </body> |
357 | </html> | 358 | </html> |
358 | -<?php $this->endPage() ?> | ||
359 | \ No newline at end of file | 359 | \ No newline at end of file |
360 | +<?php $this->endPage() ?> |