From a5e775648bd0b6b67c64bd4072eac01dd8d1d00a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 24 Dec 2018 09:58:15 +0800 Subject: [PATCH] Partial Fix #5619 - COBA2.5: Separating the existing clients from web.coba to web.coba.{client} --- Pman.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Pman.php b/Pman.php index 1ca68a1a..e10b2c25 100644 --- 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'); - + */ } -- 2.39.2