From cf30a48d603ce561f721315380b874c8b8eb5334 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 20 Sep 2018 15:54:21 +0800 Subject: [PATCH] Pman.php --- Pman.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Pman.php b/Pman.php index 8849176..8cc13fc 100644 --- a/Pman.php +++ b/Pman.php @@ -740,12 +740,14 @@ class Pman extends HTML_FlexyFramework_Page $mods = $this->modulesList(); + $this->callModules('outputCSSIncludes', $this); + foreach($mods as $mod) { // add the css file.. $this->outputCSSDir("Pman/$mod","*.css"); } - $this->callModules('outputCSSIncludes', $this); + } -- 2.39.2