|
1234567891011121314 |
- <?php
-
- /**
- * 生成js
- *
- * @version $Id: makehtml_js.php 1 11:03 2010年7月19日Z tianya $
- * @package DedeBIZ.Administrator
- * @copyright Copyright (c) 2021, DedeBIZ.COM
- * @license https://www.dedebiz.com/license
- * @link https://www.dedebiz.com
- */
- require_once(dirname(__FILE__) . "/config.php");
- require_once(DEDEINC . "/typelink.class.php");
- include DedeInclude('templets/makehtml_js.htm');
|