Merge remote-tracking branch 'upstream/master'

This commit is contained in:
olebeck 2022-09-21 16:18:06 +02:00
commit 8664dc380a
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ include("header.php");
}
?>
<a class="psm-game" href="?game=<?php echo $titleid ?>">
<img src="/gameinfo/<?php echo $titleid ?>/icon_128x128.png" width="124" height="124">
<img src="/gameinfo/<?php echo $titleid ?>/icon_128x128.png" loading="lazy" width="124" height="124">
<div class="psm-game-info">
<span><?php echo $title ?></span>
<?php if(getSdkType($xml) == "PSM Unity") { ?>