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') +