Pman.php
authorAlan Knowles <alan@roojs.com>
Wed, 23 Jan 2019 09:43:26 +0000 (17:43 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Jan 2019 09:43:26 +0000 (17:43 +0800)
Pman.php

index 15512c1..724fd38 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -21,20 +21,7 @@ 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']);
         
-        $pg->assetArrayToHtml(array(
-            "{$pg->rootURL}/roojs1/css-bootstrap/font-awesome.css",
-            "{$css_path}/bootstrap.min.css",
-            "{$css_path}/roojs-bootstrap.css"
-            
-        ), 'css');
-        */
     }