battles/views/inf-presents.php

4 lines
156 B
PHP
Raw Permalink Normal View History

2020-07-04 10:49:43 +00:00
<?php foreach ($presentsList as $row): ?>
<img src="<?= $row['img'] ?>" title="<?= $row['sender'] ?>" alt="<?= $row['sender'] ?>">
<?php endforeach; ?>