From 84c0b46fff4887e04f0beab91670e93098d6408d Mon Sep 17 00:00:00 2001 From: Divlo Date: Wed, 1 Jan 2020 17:03:05 +0100 Subject: [PATCH] =?UTF-8?q?Hotfix:=20R=C3=A9organisation=20librairies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- incl/footer.php | 5 ----- php/config.php | 6 +++--- 2 files changed, 3 insertions(+), 8 deletions(-) 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";