From 0128e3620d0797e2fea3435f76bd794b6153388f Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 10 Feb 2022 10:44:35 +0100 Subject: [PATCH] tableau des fontes --- core/module/theme/theme.php | 2 +- core/module/theme/view/fonts/fonts.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 6ab3981c..debf25e7 100644 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -576,7 +576,7 @@ class theme extends common { $fontName, $fontId, $fontUsed[$fontId], - array_key_exists($fontId, $fonts['imported']) ? 'Importée' : '', + //array_key_exists($fontId, $fonts['imported']) ? 'Importée' : '', array_key_exists($fontId, $fonts['files']) ? $fonts['files'][$fontId] : 'CDN Fonts', array_key_exists($fontId, $fonts['imported']) || array_key_exists($fontId, $fonts['files']) ? template::button('themeFontDelete' . $fontId, [ diff --git a/core/module/theme/view/fonts/fonts.php b/core/module/theme/view/fonts/fonts.php index d69dad62..ea71d1bf 100644 --- a/core/module/theme/view/fonts/fonts.php +++ b/core/module/theme/view/fonts/fonts.php @@ -16,7 +16,7 @@ - + \ No newline at end of file