From 1d2df13b0fa832dbebe4b64ef79d0df040ebef01 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Thu, 17 Mar 2022 17:33:37 +0100 Subject: [PATCH] Added footer to Admin Panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I re-enabled the footer disabled by Latuminggi's LittleLink Admin fork. This footer adds a Home button which brings you to the landing page, in addition to Terms, Privacy and Contact buttons. I also edited the policy pages for the buttons named above to include the new logo as well as the dark mode detection. --- database/seeders/PageSeeder.php | 2 +- resources/views/layouts/sidebar.blade.php | 6 +- resources/views/pages.blade.php | 67 +++++++++++++++-------- 3 files changed, 48 insertions(+), 27 deletions(-) diff --git a/database/seeders/PageSeeder.php b/database/seeders/PageSeeder.php index d7a29fe..34bca19 100755 --- a/database/seeders/PageSeeder.php +++ b/database/seeders/PageSeeder.php @@ -26,7 +26,7 @@ class PageSeeder extends Seeder ', 'contact' => ' - Send your suggestions and criticisms to khashayar.zavosh@gmail.com + Send your suggestions and criticisms to info@littlelink-custom.com ', 'home_message' => ' diff --git a/resources/views/layouts/sidebar.blade.php b/resources/views/layouts/sidebar.blade.php index dc7832d..2b7f836 100755 --- a/resources/views/layouts/sidebar.blade.php +++ b/resources/views/layouts/sidebar.blade.php @@ -109,10 +109,10 @@ -