mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 17:07:01 +01:00
Fix css personalizzato
This commit is contained in:
parent
3fa824261d
commit
080126b59f
@ -188,7 +188,7 @@ echo ' required>
|
|||||||
});
|
});
|
||||||
</script>';
|
</script>';
|
||||||
|
|
||||||
$custom_css = html_entity_decode(setting('CSS Personalizzato'));
|
$custom_css = $dbo->isInstalled() ? html_entity_decode(setting('CSS Personalizzato')) : '';
|
||||||
if (!empty($custom_css)) {
|
if (!empty($custom_css)) {
|
||||||
echo '
|
echo '
|
||||||
<style>'.$custom_css.'</style>';
|
<style>'.$custom_css.'</style>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user