From 0506259f4eaeb4173318d8c7b2cf8f1d9f318572 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2018 16:41:48 +0800 Subject: [PATCH] Pman.php --- Pman.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.php b/Pman.php index c172bff..8ae60be 100644 --- a/Pman.php +++ b/Pman.php @@ -752,6 +752,8 @@ class Pman extends HTML_FlexyFramework_Page $mods = $this->modulesList(); + $this->callModules('applyCSSIncludes', $this, array()); + $this->callModules('outputCSSIncludes', $this); foreach($mods as $mod) { -- 2.39.2