From 0c61c7f4b119a2e04d8a5c21522556199b01c2b5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2018 16:47:44 +0800 Subject: [PATCH] Pman.php --- Pman.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Pman.php b/Pman.php index 039a107..70058ad 100644 --- 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) { -- 2.39.2