From 0f357ace50b4ab91fc9e373196d24de6ba8c85be Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Sat, 27 Mar 2021 11:47:09 +0100 Subject: [PATCH] index.blade.php fixes --- resources/views/index.blade.php | 8 +- .../others/color-template.blade.php | 102 +++++++++--------- 2 files changed, 57 insertions(+), 53 deletions(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 1038e6ed..eab0430a 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -16,7 +16,7 @@ - + {{-- Apple Mobile Web App--}} @@ -24,8 +24,8 @@ {{--Icons--}} - - + + {{--Format Detection--}} @@ -42,7 +42,7 @@ api: '{{ url('/api') }}', locale: '{{ \Illuminate\Support\Facades\App::getLocale() }}', - app_color: '{{ $settings->app_color }}', + app_color: '{{ $settings->app_color ?? '#00BC7E' }}', app_logo: '{{ $settings->app_logo ?? null }}', app_footer: '{!! $settings->footer_content ?? null !!}', app_name: '{{ $settings->app_title ?? 'VueFileManager' }}', diff --git a/resources/views/vuefilemanager/others/color-template.blade.php b/resources/views/vuefilemanager/others/color-template.blade.php index 074850d6..04ec8648 100644 --- a/resources/views/vuefilemanager/others/color-template.blade.php +++ b/resources/views/vuefilemanager/others/color-template.blade.php @@ -1,98 +1,102 @@ \ No newline at end of file