From: Alan Date: Fri, 9 Jun 2023 02:58:13 +0000 (+0800) Subject: more comments on loading X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=96c9caed9e22a9ab8c94050fa0fba1ce72202028 more comments on loading --- diff --git a/Pman.php b/Pman.php index f989546..ff85975 100644 --- 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 '"; + echo '\n"; continue; }