Pman.php
[Pman.Base] / Pman.php
index 33e7cd3..9ca434b 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -753,8 +753,13 @@ class Pman extends HTML_FlexyFramework_Page
         $mods = $this->modulesList();
         
         $this->callModules('applyCSSIncludes', $this);
+        foreach($this->css_includes as $module => $ar) {
+            if ($ar) {
+                $pg->assetArrayToHtml( $ar , 'css');
+            }
+        }
         
-        
+        // old style... - probably remove this...
         $this->callModules('outputCSSIncludes', $this);
         
         foreach($mods as $mod) {