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

index c172bff..8ae60be 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -752,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) {