diff --git a/public/theme/v2board/dashboard.blade.php b/public/theme/v2board/dashboard.blade.php index bf3813e5..5ee1fd38 100755 --- a/public/theme/v2board/dashboard.blade.php +++ b/public/theme/v2board/dashboard.blade.php @@ -4,7 +4,9 @@ - + @if (file_exists(public_path("/theme/{$theme}/assets/custom.css"))) + + @endif @php ($colors = [ @@ -57,6 +59,9 @@ gtag('config', 'G-P1E9Z5LRRK'); +@if (file_exists(public_path("/theme/{$theme}/assets/custom.js"))) + +@endif