xxb/module/install/view/footer.html.php
2023-10-23 15:51:36 +08:00

17 lines
560 B
PHP
Executable File

<?php
/**
* The footer view file of install module of XXB.
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package install
* @version $Id: footer.html.php 4029 2016-08-26 06:50:41Z liugang $
* @link https://xuanim.com
*/
if($config->debug) js::import($jsRoot . 'jquery/form/min.js');
if(isset($pageJS)) js::execute($pageJS);
?>
</body>
</html>