Pman.php
authorAlan Knowles <alan@roojs.com>
Thu, 20 Sep 2018 07:54:21 +0000 (15:54 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 20 Sep 2018 07:54:21 +0000 (15:54 +0800)
Pman.php

index 8849176..8cc13fc 100644 (file)
--- 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);
+        
     }