diff options
Diffstat (limited to 'view/discographie.php')
-rw-r--r-- | view/discographie.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/discographie.php b/view/discographie.php index f330a8d..2b70159 100644 --- a/view/discographie.php +++ b/view/discographie.php | |||
@@ -133,7 +133,7 @@ for($i = 0; $i < $Albums->fileListCount; $i++) | |||
133 | } | 133 | } |
134 | ?> | 134 | ?> |
135 | <figure> | 135 | <figure> |
136 | <img class="vignette" src="data/discographie/images/<?= $Albums->fileList[$i]['pochette'] ?>" alt="" > | 136 | <img class="vignette" src="data/discographie/images-mini/<?= $Albums->fileList[$i]['pochetteMini'] ?>" alt="" > |
137 | <figcaption><?= $Albums->fileList[$i]['titre'] ?><br><?= $Albums->fileList[$i]['annee'] ?></figcaption> | 137 | <figcaption><?= $Albums->fileList[$i]['titre'] ?><br><?= $Albums->fileList[$i]['annee'] ?></figcaption> |
138 | </figure> | 138 | </figure> |
139 | <?php | 139 | <?php |