Add timestamps to images.

This commit is contained in:
2023-12-31 09:35:34 +01:00
parent 66af0a2bb7
commit 4da5fc3f9c
11 changed files with 28 additions and 17 deletions

View File

@@ -25,6 +25,6 @@
<h2 style="float: left;"><a href="index.php?section=gaby">Wohnung Gaby</a></h2>
<h2 style="float: right;"><a href="index.php?section=amelie">Wohnung Amelie</a></h2>
<br class="clear"/>
<a href="index.php?section=gaby"><img class="left" src="img/haus/wohn/0.jpg"/></a>
<a href="index.php?section=amelie"><img class="right" src="img/haus/wohn/1.jpg"/></a>
<a href="index.php?section=gaby"><img class="left" src="img/haus/wohn/0.jpg?ts=<?php echo time(); ?>"/></a>
<a href="index.php?section=amelie"><img class="right" src="img/haus/wohn/1.jpg?ts=<?php echo time(); ?>"/></a>
</div>