Pman.php
[Pman.Base] / Pman.php
index 5e23b2f..8ae60be 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -158,6 +158,7 @@ class Pman extends HTML_FlexyFramework_Page
                 call_user_func_array(array($c,$fn),$args);
             }
         }
+        return $args;
      }
     
     function get($base, $opts=array()) 
@@ -751,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) {