diff options
author | polo <ordipolo@gmx.fr> | 2022-02-20 02:57:36 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-02-20 02:57:36 +0100 |
commit | a5ddb2af05644972de70dab3225bab0797a93934 (patch) | |
tree | bb42347408c61c5c9e15270d880b7ebb59a127c2 /view | |
parent | 9a1fb624fd1089087bd363551ba64f5862d9919f (diff) | |
download | melaine-a5ddb2af05644972de70dab3225bab0797a93934.zip |
imagemagick
Diffstat (limited to 'view')
-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 |