Зачатки MVC
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<?php foreach ($presentsList as $row): ?>
|
||||
<img src="<?= $row['img'] ?>" title="<?= $row['sender'] ?>" alt="<?= $row['sender'] ?>">
|
||||
<?php endforeach; ?>
|
||||
Reference in New Issue
Block a user