{if $eid && $img}
<div style="float: left; text-align: center">
<em>Image actuelle</em><br />
- <img src="events/photo/{$eid}" alt="Image actuelle" /><br />
+ <img src="events/photo/{$eid}?{$smarty.now}" alt="Image actuelle" /><br />
<input type="submit" name="action" value="Pas d'image" />
</div>
{/if}
{if $upload && $upload->exists()}
<div style="float: right; text-align: center">
<em>Nouvelle image</em><br />
- <img src="events/photo" alt="Nouvelle Image" /><br />
+ <img src="events/photo?{$smarty.now}" alt="Nouvelle Image" /><br />
<input type="submit" name="action" value="Supprimer l'image" />
</div>
{/if}