diff options
author | polo <ordipolo@gmx.fr> | 2022-02-28 02:15:31 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-02-28 02:15:31 +0100 |
commit | abd968a1c573b1862bd0728f0b7b6a88e307900a (patch) | |
tree | ef985fe5757b4516c199a06eb37a5e22f7c5b259 /controller/admin.php | |
parent | f19db76cc3b21785619ffd24bfb34692a3aaa66a (diff) | |
download | melaine-abd968a1c573b1862bd0728f0b7b6a88e307900a.zip |
sauvegarde zip
Diffstat (limited to 'controller/admin.php')
-rw-r--r-- | controller/admin.php | 3 |
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 | } |