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)
104
104
}
105
105
// end security check ? >
106
106
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 ' ) ) } }" >
109
109
@else
110
110
<link rel =" icon" type =" image/svg+xml" href =" {{ asset (' littlelink/images/logo.svg' ) } }" >
111
111
@endif
@@ -181,8 +181,8 @@ function getUrlSatusCodesb($urlsb, $timeoutsb = 3)
181
181
<a href =" {{ url (' /panel/index' ) } }" >
182
182
@endif
183
183
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 ;" >
186
186
@else
187
187
<img class =" img logo" type =" image/svg+xml" src =" {{ asset (' littlelink/images/logo.svg' ) } }" style =" width :100px ;" >
188
188
@endif
You can’t perform that action at this time.
0 commit comments