Module download warning 'picture'

This commit is contained in:
Fred Tempez 2021-09-09 19:17:14 +02:00
parent d7d2d67480
commit 9016fb4cf2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
?>
<a href="<?php echo helper::baseUrl() . $this->getUrl(0) . '/' . $itemId; ?>" class="downloadPicture">
<img src="<?php echo helper::baseUrl(false) . self::FILE_DIR . 'thumb/' . $thumb; ?>" alt="<?php echo $item['picture']; ?>">
<img src="<?php echo helper::baseUrl(false) . self::FILE_DIR . 'thumb/' . $thumb; ?>" alt="<?php echo $item['thumb']; ?>">
</a>
</div>
<div class="col9 downloadRight">