summaryrefslogtreecommitdiff
path: root/controller/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/admin.php')
-rw-r--r--controller/admin.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/controller/admin.php b/controller/admin.php
index 50f15e2..b8ef7ff 100644
--- a/controller/admin.php
+++ b/controller/admin.php
@@ -191,7 +191,8 @@ function discoEdit($fileCode, $suppression)
191 { 191 {
192 if(file_exists('data/discographie/html/' . $Albums->fileList[$i]['fileCode'] . '.html')) 192 if(file_exists('data/discographie/html/' . $Albums->fileList[$i]['fileCode'] . '.html'))
193 { 193 {
194 $lienAlbum[$i] = 'page=album&album_name=' . $Albums->fileList[$i]['titre'] . '&file_code=' . $Albums->fileList[$i]['fileCode']; 194 /*$lienAlbum[$i] = 'page=album&album_name=' . $Albums->fileList[$i]['titre'] . '&file_code=' . $Albums->fileList[$i]['fileCode'];*/
195 $lienAlbum[$i] = 'page=album&file_code=' . $Albums->fileList[$i]['fileCode'];
195 $avecLien[$i] = true; 196 $avecLien[$i] = true;
196 $linkDiscoChrono[$i] = 'linkChrono'; // css 197 $linkDiscoChrono[$i] = 'linkChrono'; // css
197 } 198 }