From 7b67d8c1f61b73e5a7e04039ac67c8cec30556bc Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Tue, 31 May 2022 20:32:58 +0200 Subject: [PATCH] Expanded theme background options Added new blank divs to allow for more complex parralax and other backgrounds --- resources/views/littlelink.blade.php | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/resources/views/littlelink.blade.php b/resources/views/littlelink.blade.php index d1b2ce5..d49b18f 100644 --- a/resources/views/littlelink.blade.php +++ b/resources/views/littlelink.blade.php @@ -62,7 +62,7 @@ -@if(file_exists(asset('themes/' . $info->theme . '/animations.css'))) +@if(file_exists(base_path('themes/' . $info->theme . '/animations.css'))) @else @@ -85,13 +85,26 @@
+@if($info->theme != '' and $info->theme != 'default') +