mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2026-02-05 22:55:14 +01:00
Kapitel 3 Lektion 9 gesplittet
This commit is contained in:
@@ -85,7 +85,7 @@ if (count($_POST) > 0) {
|
||||
<?php foreach ($fotosGefiltert as $foto) : ?>
|
||||
<div>
|
||||
<div class="miniatur" style="float: left;">
|
||||
<a href="foto.php?dateiname=<?= htmlspecialchars($foto['dateiname']); ?>">
|
||||
<a href="fotos/<?= htmlspecialchars($foto['dateiname']); ?>">
|
||||
<img src="miniaturen/<?= htmlspecialchars($foto['dateiname']); ?>" alt="<?= htmlspecialchars($foto['dateiname']); ?>">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user