Commit ea22250f0dfd5dcf2c7c48af0df5b25915de8959

Authored by Alexey Boroda
1 parent 6e5c5409

favicon fixed

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
favicon.ico 0 → 100755
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() ?>