From abdf47cd018cf6c9d60448a4fb4e89b5b58289c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Fri, 4 Mar 2022 18:00:26 +0100 Subject: [PATCH] commentaire --- core/core.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 3b81711e..dc38e1a5 100644 --- a/core/core.php +++ b/core/core.php @@ -2118,6 +2118,7 @@ class common { * Affiche le style */ public function showStyle() { + // Import des styles liés à la page if($this->output['style']) { echo ''; if (strpos($this->output['style'], 'admin.css') >= 1 ) { @@ -2125,7 +2126,7 @@ class common { } echo ''; } - // Import des fontes + // Import des fontes liées au thème if (file_exists(self::DATA_DIR.'fonts/fonts.html')) { include_once(self::DATA_DIR.'fonts/fonts.html'); }