diff --git a/incl/footer.php b/incl/footer.php index 4541529..31294f2 100644 --- a/incl/footer.php +++ b/incl/footer.php @@ -20,12 +20,7 @@ - - - - - '); + $scripts = array('', ''); break; case '/views/feedback-form_view.php': $title = 'Feedback Formulaire'; @@ -39,7 +39,7 @@ switch ($currentpage) { $title = 'Quel âge avez-vous ?'; $description = "Calcule l'âge selon la date de naissance."; $image = 'https://function.divlo.fr/img/function-image/calculateAge.png'; - $scripts = array(''); + $scripts = array('', '', '', ''); break; case '/views/function-views/convertDistance.php': $title = 'Conversion de Distance'; @@ -117,7 +117,7 @@ switch ($currentpage) { $title = "Markdown"; $description = "Convertis du Markdown en HTML."; $image = 'https://function.divlo.fr/img/function-image/convertMarkdown.png'; - $scripts = array(''); + $scripts = array('', ''); break; case '/views/function-views/linkShortener.php': $title = "Raccourcisseurs de liens";