Pman.php
[Pman.Base] / Pman.php
index 8ae60be..039a107 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -158,7 +158,7 @@ class Pman extends HTML_FlexyFramework_Page
                 call_user_func_array(array($c,$fn),$args);
             }
         }
-        return $args;
+        return;
      }
     
     function get($base, $opts=array()) 
@@ -737,7 +737,7 @@ class Pman extends HTML_FlexyFramework_Page
         $this->callModules('outputJavascriptIncludes', $this);
          
     }
-    
+    var $css_includes = array();
      /**
      * outputCSSIncludes:
      *
@@ -752,7 +752,8 @@ class Pman extends HTML_FlexyFramework_Page
         
         $mods = $this->modulesList();
         
-        $this->callModules('applyCSSIncludes', $this, array());
+        $this->callModules('applyCSSIncludes', $this);
+        print_r($this->css_includes);
         
         $this->callModules('outputCSSIncludes', $this);