Pman.php
authorAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 08:47:44 +0000 (16:47 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 08:47:44 +0000 (16:47 +0800)
Pman.php

index 039a107..70058ad 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -753,8 +753,11 @@ class Pman extends HTML_FlexyFramework_Page
         $mods = $this->modulesList();
         
         $this->callModules('applyCSSIncludes', $this);
-        print_r($this->css_includes);
+        foreach($this->css_includes as $module => $ar) {
+            $pg->assetArrayToHtml( $ar , 'css');
+        }
         
+        // old style... - probably remove this...
         $this->callModules('outputCSSIncludes', $this);
         
         foreach($mods as $mod) {