File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ function getUrlSatusCodesb($urlsb, $timeoutsb = 3)
104104}
105105 // end security check ? >
106106
107- @if (file_exists (base_path (" littlelink/images/avatar.png " )) )
108- <link rel =" icon" type =" image/png" href =" {{ asset (' littlelink/images/avatar.png ' ) } }" >
107+ @if (file_exists (base_path (" littlelink/images/" ) . findFile ( ' favicon ' )) )
108+ <link rel =" icon" type =" image/png" href =" {{ asset (' littlelink/images/' . findFile ( ' favicon ' ) ) } }" >
109109 @else
110110 <link rel =" icon" type =" image/svg+xml" href =" {{ asset (' littlelink/images/logo.svg' ) } }" >
111111 @endif
@@ -181,8 +181,8 @@ function getUrlSatusCodesb($urlsb, $timeoutsb = 3)
181181 <a href =" {{ url (' /panel/index' ) } }" >
182182 @endif
183183
184- @if (file_exists (base_path (" littlelink/images/avatar.png " )) )
185- <img class =" img logo" src =" {{ asset (' littlelink/images/avatar.png ' ) } }" style =" width :150px ;height :auto ;" >
184+ @if (file_exists (base_path (" littlelink/images/" ) . findFile ( ' avatar ' )) )
185+ <img class =" img logo" src =" {{ asset (' littlelink/images/' . findFile ( ' avatar ' ) ) } }" style =" width :150px ;height :auto ;" >
186186 @else
187187 <img class =" img logo" type =" image/svg+xml" src =" {{ asset (' littlelink/images/logo.svg' ) } }" style =" width :100px ;" >
188188 @endif
You can’t perform that action at this time.
0 commit comments