more comments on loading
authorAlan <alan@roojs.com>
Fri, 9 Jun 2023 02:58:13 +0000 (10:58 +0800)
committerAlan <alan@roojs.com>
Fri, 9 Jun 2023 02:58:13 +0000 (10:58 +0800)
Pman.php

index f989546..ff85975 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -741,6 +741,8 @@ class Pman extends HTML_FlexyFramework_Page
         
         // this puts the 'main one' at the end.
         // as in theory we can override the stuff in the main project?
+        
+         
         $core = array_shift($mods);
         $fm = array_shift($mods);
         array_unshift($mods,$core);
@@ -753,7 +755,7 @@ class Pman extends HTML_FlexyFramework_Page
             
             if ($is_bootstrap) {
                 if (!file_exists($this->rootDir."/Pman/$mod/is_bootstrap")) {
-                    echo '<!-- missing '. $this->rootDir."/Pman/$mod/is_bootstrap  - skipping -->";
+                    echo '<!-- missing '. $this->rootDir."/Pman/$mod/is_bootstrap  - skipping -->\n";
                     continue;
                 }