Commit de Louay : Correction de bug

This commit is contained in:
stiti
2024-05-20 22:42:38 +02:00
parent b2b5e45015
commit 4e02203e84
11 changed files with 135 additions and 11 deletions

View File

@@ -10,6 +10,7 @@
<body>
<div class="album-details">
<h1><?php echo $album->name; ?></h1>
<p><strong>Artiste :</strong> <?php echo $album->artistName; ?></p>
<p><strong>Année :</strong> <?php echo $album->year; ?></p>
<p><strong>Genre :</strong> <?php echo $album->genreName; ?></p>