summaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2022-02-20 02:57:36 +0100
committerpolo <ordipolo@gmx.fr>2022-02-20 02:57:36 +0100
commita5ddb2af05644972de70dab3225bab0797a93934 (patch)
treebb42347408c61c5c9e15270d880b7ebb59a127c2 /view
parent9a1fb624fd1089087bd363551ba64f5862d9919f (diff)
downloadmelaine-a5ddb2af05644972de70dab3225bab0797a93934.zip
imagemagick
Diffstat (limited to 'view')
-rw-r--r--view/discographie.php2
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