Partial Fix #5619 - COBA2.5: Separating the existing clients from web.coba to web...
authorAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 01:58:15 +0000 (09:58 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 01:58:15 +0000 (09:58 +0800)
Pman.php

index 1ca68a1..e10b2c2 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -21,6 +21,9 @@ class Pman_BAdmin_Pman {
     {
         $ff = HTML_FlexyFramework2::get();
         
+        /*
+         not sure if we can delete this yet..
+         
         $css_path = empty($ff->Pman['css_path']) ?
             "{$pg->rootURL}/roojs1/css-bootstrap" :
             ($pg->rootURL.'/'.$ff->Pman['css_path']);
@@ -31,7 +34,7 @@ class Pman_BAdmin_Pman {
             "{$css_path}/roojs-bootstrap.css"
             
         ), 'css');
-         
+        */
     }