diff --git a/app/Themes/CodeFec/resources/views/layouts/themes/header-1.blade.php b/app/Themes/CodeFec/resources/views/layouts/themes/header-1.blade.php index 0f54b477a..0e6e55214 100755 --- a/app/Themes/CodeFec/resources/views/layouts/themes/header-1.blade.php +++ b/app/Themes/CodeFec/resources/views/layouts/themes/header-1.blade.php @@ -5,8 +5,8 @@

- @if(!get_options('web_logo')){{get_options('web_name', 'CodeFec')}}@else - {{ get_options('web_name', 'CodeFec') }} @endif + @if(!get_options('web_logo')) {{get_options('web_name', 'CodeFec')}}@else + @include(get_component_view_name(get_options('web_logo'))) @endif