Add timestamps to images.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user