Merge pull request #1029 from gktgroup/master
This commit is contained in:
commit
c1e148d879
|
@ -188,4 +188,10 @@ echo ' required>
|
||||||
});
|
});
|
||||||
</script>';
|
</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');
|
include_once App::filepath('include|custom|', 'bottom.php');
|
||||||
|
|
Loading…
Reference in New Issue