From c8d980fa452f2657402dd22c9261b3380d3e4d3a Mon Sep 17 00:00:00 2001 From: Dasc3er Date: Thu, 28 Jan 2021 20:35:23 +0100 Subject: [PATCH] Correzione #927 --- src/Prints.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Prints.php b/src/Prints.php index 89a13d9d8..a96467ec2 100755 --- a/src/Prints.php +++ b/src/Prints.php @@ -510,8 +510,8 @@ class Prints // Inclusione dei fogli di stile CSS $styles = [ - 'templates/base/bootstrap.css', - 'templates/base/style.css', + App::filepath('templates/base|custom|', 'bootstrap.css'), + App::filepath('templates/base|custom|', 'style.css'), ]; foreach ($styles as $value) {