From 41b320a5b9073f0be37b23b745e3659cda782cf2 Mon Sep 17 00:00:00 2001 From: Deon George Date: Sun, 17 Nov 2019 23:26:12 +1100 Subject: [PATCH] Fix file_exist check for custom.css --- .../themes/adminlte/views/layouts/partials/htmlheader.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php index 256594d..3d64875 100644 --- a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php @@ -43,7 +43,7 @@ @endif - @if(file_exists('css/fixes.css')) + @if(file_exists('css/custom.css')) @endif