Merge pull request #1029 from gktgroup/master

This commit is contained in:
Luca 2022-04-09 14:34:44 +02:00 committed by GitHub
commit c1e148d879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -188,4 +188,10 @@ echo ' required>
});
</script>';
$custom_css = html_entity_decode(setting('CSS Personalizzato'));
if (!empty($custom_css)) {
echo '
<style>'.$custom_css.'</style>';
}
include_once App::filepath('include|custom|', 'bottom.php');