+ zin: add core files.

This commit is contained in:
Hao Sun
2023-01-16 15:42:07 +08:00
parent 682cc7c52a
commit 2560eb459a
27 changed files with 1908 additions and 1307 deletions
+1 -4
View File
@@ -933,10 +933,7 @@ class baseControl
if(empty($moduleName)) $moduleName = $this->moduleName;
if(empty($methodName)) $methodName = $this->methodName;
include $this->app->getBasePath() . 'zin' . DS . 'wg.class.php';
include $this->app->getBasePath() . 'zin' . DS . 'wg.func.php';
include $this->app->getBasePath() . 'zin' . DS . 'block.class.php';
include $this->app->getBasePath() . 'zin' . DS . 'page.class.php';
include $this->app->getBasePath() . 'zin' . DS . 'zin.php';
define('ZUI3', 'zui3');