From: Alan Knowles Date: Thu, 20 Sep 2018 07:54:21 +0000 (+0800) Subject: Pman.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=cf30a48d603ce561f721315380b874c8b8eb5334 Pman.php --- 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); + }