Pman.php
[Pman.Base] / 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);
+        
     }