From fdca2170c8eb8ed4f614b6515e51ee5e9157c606 Mon Sep 17 00:00:00 2001 From: "profstyle1@gmail.com" <43621990> Date: Fri, 25 Oct 2019 16:07:26 +0300 Subject: [PATCH] favicon rechanges --- .../default-theme/resources/views/partials/metadata.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/default-theme/resources/views/partials/metadata.twig b/addons/default/visiosoft/default-theme/resources/views/partials/metadata.twig index 365700dd1..200f92952 100644 --- a/addons/default/visiosoft/default-theme/resources/views/partials/metadata.twig +++ b/addons/default/visiosoft/default-theme/resources/views/partials/metadata.twig @@ -28,7 +28,7 @@ |{{ trans(template.meta_title) }} -{#{{ favicons("theme::img/favicon.png") }}#} +{{ favicons(url('files/' ~ file(setting_value('visiosoft.module.advs::favicon')).path)) }} {# Base Theme Components #} {{ asset_add("theme.css", "theme::scss/bootstrap/bootstrap.scss") }}