shots - make thumbs centered per row

This commit is contained in:
Carsten Haitzler 2019-07-10 18:19:39 +01:00
parent 15278db339
commit 2af1a342a4
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
</div> </div>
</div> </div>
<div id="Images"> <center><div id="Images">
<?php <?php
$skip = $page * IMAGES_PER_PAGE; $skip = $page * IMAGES_PER_PAGE;
foreach ($files as &$f) { foreach ($files as &$f) {
@ -100,6 +100,6 @@
print "<a href=display.php?image=" . urlencode($f) . "><img src=" . $thumb . " class=thumb></a>\n"; print "<a href=display.php?image=" . urlencode($f) . "><img src=" . $thumb . " class=thumb></a>\n";
} }
?> ?>
</div> </div></center>
</body> </body>
</html> </html>