1408 petit doublon

This commit is contained in:
Fred Tempez 2024-01-17 18:26:33 +01:00
parent 91c6c0347a
commit cf0fb4df53
1 changed files with 2 additions and 2 deletions

View File

@ -630,8 +630,8 @@ class theme extends common
// Polices liées au thème admin
$admin = $this->getData(['admin']);
$fonts['Admin Titre (admin)'] = $this->getData(['admin', 'fontTitle']);
$fonts['Admin Texte (admin)'] = $this->getData(['admin', 'fontText']);
$fonts['Titre (admin)'] = $this->getData(['admin', 'fontTitle']);
$fonts['Texte (admin)'] = $this->getData(['admin', 'fontText']);
// Polices liées aux thèmes des espaces
foreach ($this->getData(['course']) as $courseId => $courseValue) {
$theme = json_decode(file_get_contents(self::DATA_DIR . $courseId . '/theme.json'), true);