Pman.php
authorAlan Knowles <alan@roojs.com>
Thu, 6 Dec 2018 03:22:44 +0000 (11:22 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Dec 2018 03:22:44 +0000 (11:22 +0800)
Pman.php

index d96ea6a..1ca68a1 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -16,7 +16,7 @@
  */
 class Pman_BAdmin_Pman {
     
-    /*
+    
     function outputCSSIncludes($pg)
     {
         $ff = HTML_FlexyFramework2::get();
@@ -31,12 +31,16 @@ class Pman_BAdmin_Pman {
             "{$css_path}/roojs-bootstrap.css"
             
         ), 'css');
-        
+         
     }
-    */
+   
     
     function applyCSSIncludes($pg)
     {
+        
+        if (isset($ff->Pman['css_path'])) {
+            return; // temporary until we migrate the live site
+        }
         $pg->css_includes[__CLASS__] =  array(
             "{$pg->rootURL}/roojs1/css-bootstrap/font-awesome.css",
             "{$pg->rootURL}/bootstrap.min.css",