Pman.php
authorEdward <edward@roojs.com>
Thu, 4 Oct 2018 11:30:45 +0000 (19:30 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Oct 2018 11:30:45 +0000 (19:30 +0800)
Pman.php

index 8cc13fc..128bd78 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -723,6 +723,8 @@ class Pman extends HTML_FlexyFramework_Page
         // and finally the JsTemplate...
             echo '<script type="text/javascript" src="'. $this->baseURL. '/Core/JsTemplate"></script>'."\n";
         }
+        
+        $this->callModules('outputJavascriptIncludes', $this);
          
     }