forked from ZwiiCMS-Team/ZwiiCMS
bug de virgule
This commit is contained in:
parent
c87face0a2
commit
c1cce42737
@ -2525,7 +2525,7 @@ class core extends common {
|
|||||||
if (!is_dir(self::DATA_DIR . 'fonts')) {
|
if (!is_dir(self::DATA_DIR . 'fonts')) {
|
||||||
mkdir(self::DATA_DIR . 'fonts');
|
mkdir(self::DATA_DIR . 'fonts');
|
||||||
}
|
}
|
||||||
file_put_contents(self::DATA_DIR . 'fonts/fonts.html', $fontFile, );
|
file_put_contents(self::DATA_DIR . 'fonts/fonts.html', $fontFile);
|
||||||
|
|
||||||
// Enregistre la personnalisation
|
// Enregistre la personnalisation
|
||||||
file_put_contents(self::DATA_DIR.'theme.css', $css);
|
file_put_contents(self::DATA_DIR.'theme.css', $css);
|
||||||
|
Loading…
Reference in New Issue
Block a user