Fix file_exist check for custom.css
This commit is contained in:
parent
1096f0e28d
commit
41b320a5b9
@ -43,7 +43,7 @@
|
|||||||
<link rel="stylesheet" href="{{ asset('/css/fixes.css') }}">
|
<link rel="stylesheet" href="{{ asset('/css/fixes.css') }}">
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if(file_exists('css/fixes.css'))
|
@if(file_exists('css/custom.css'))
|
||||||
<!-- Custom CSS -->
|
<!-- Custom CSS -->
|
||||||
<link rel="stylesheet" href="{{ asset('/css/custom.css') }}">
|
<link rel="stylesheet" href="{{ asset('/css/custom.css') }}">
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
Reference in New Issue
Block a user