From 79f98b19e64876b3053f8cb9f6e48d12ed15c5d8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 Dec 2020 13:18:47 +0800 Subject: [PATCH] Pman.php --- Pman.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.php b/Pman.php index ff9226a..8462dbb 100644 --- a/Pman.php +++ b/Pman.php @@ -775,7 +775,8 @@ class Pman extends HTML_FlexyFramework_Page continue; } $this->outputCSSDir("Pman/$mod","*.css"); - $this->outputSCSS("Pman/$mod/scss/$mod.scss"); + + $this->outputSCSS($mod); } -- 2.39.2