From ea22250f0dfd5dcf2c7c48af0df5b25915de8959 Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 7 Sep 2018 15:24:52 +0300 Subject: [PATCH] favicon fixed --- favicon.ico | Bin 0 -> 1150 bytes frontend/views/layouts/main.php | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 favicon.ico diff --git a/favicon.ico b/favicon.ico new file mode 100755 index 0000000..97cd967 Binary files /dev/null and b/favicon.ico differ diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 3e70374..8482d0e 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -89,6 +89,7 @@ JS; <?= Html::encode($seo->title) ?> + head() ?> @@ -355,4 +356,4 @@ JS; endBody() ?> -endPage() ?> \ No newline at end of file +endPage() ?> -- libgit2 0.21.4