diff --git a/incl/footer.php b/incl/footer.php index 16806bc..e3d89d7 100644 --- a/incl/footer.php +++ b/incl/footer.php @@ -4,5 +4,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/incl/header.php b/incl/header.php index fe52ca0..4e8473c 100644 --- a/incl/header.php +++ b/incl/header.php @@ -30,22 +30,12 @@ - - + - - - - - - - - - - - - - + + + + diff --git a/scripts/fonctions_annexes.js b/scripts/fonctions_annexes.js index e930ead..9e7a748 100644 --- a/scripts/fonctions_annexes.js +++ b/scripts/fonctions_annexes.js @@ -115,7 +115,7 @@ function isValidDate(s) { let msToVerifyDate = Date.parse(splitedToVerifyDate); // Date courante - let currentDate = dateTimeUTC(0); + let currentDate = dateTimeUTC('0'); currentDate = currentDate.substr(0,10); let currentDateSplited = currentDate.split('/'); let currentDateFormat = currentDateSplited[2] + '-' + currentDateSplited[1] + '-' + currentDateSplited[0];