diff --git a/resources/views/littlelink.blade.php b/resources/views/littlelink.blade.php index 3ac07ff..b2ac953 100644 --- a/resources/views/littlelink.blade.php +++ b/resources/views/littlelink.blade.php @@ -121,15 +121,15 @@ if($customBackgroundExists == true){ - + @if(theme('use_default_buttons') == "true") - + @else - + @endif - -@if(file_exists(base_path('themes/$info->theme/animations.css'))) - + +@if(file_exists(base_path('themes/' . $info->theme . '/animations.css'))) + @else @endif @@ -137,29 +137,29 @@ if($customBackgroundExists == true){ @else - - - + + + @if ($customBackgroundExists == true and $customBackgroundBrightness == 'dark') - + @elseif ($customBackgroundExists == true and $customBackgroundBrightness == 'light') - + @elseif ($color_scheme_override == 'dark') - + @elseif ($color_scheme_override == 'light') - + @elseif (config('advanced-config.theme') == 'dark') - + @elseif (config('advanced-config.theme') == 'light') - + @else - + @endif @endif