mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Include full url for client icon displaying (#1088)
This commit is contained in:
parent
4b397efb9a
commit
58596953e5
1 changed files with 1 additions and 1 deletions
|
@ -1237,7 +1237,7 @@ function get_user_torrent_client(string $peerId): mixed
|
|||
}
|
||||
|
||||
if (!empty($bestMatch)) {
|
||||
return '<img width="auto" height="auto" style="display:inline!important;vertical-align:middle" src="/styles/images/clients/'. $bestMatch . $iconExtension . '" alt="' . $bestMatch . '" title="' . $peerId . '">';
|
||||
return '<img width="auto" height="auto" style="display:inline!important;vertical-align:middle" src="' . FULL_URL . 'styles/images/clients/'. $bestMatch . $iconExtension . '" alt="' . $bestMatch . '" title="' . $peerId . '">';
|
||||
}
|
||||
|
||||
return $peerId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue