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

index 4bfba49..0feab29 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -9,8 +9,6 @@ class Pman_BAdmin_Pman {
     {
         $ff = HTML_FlexyFramework2::get();
         
-        
-        
         $css_path = empty($ff->Pman['css_path']) ?
             "{$pg->rootURL}/roojs1/css-bootstrap/" :
             ($pg->rootURL.'/'.$ff->Pman['css_path']);
@@ -24,5 +22,10 @@ class Pman_BAdmin_Pman {
         
     }
     
+    function outputJavascriptIncludes($pg)
+    {
+        
+    }
+    
     
 }