diff --git a/index.php b/index.php index 3838973e1..7c9cadc1e 100755 --- a/index.php +++ b/index.php @@ -188,4 +188,10 @@ echo ' required> }); '; +$custom_css = html_entity_decode(setting('CSS Personalizzato')); +if (!empty($custom_css)) { + echo ' + '; +} + include_once App::filepath('include|custom|', 'bottom.php');