|
- <?php
- /**
- * 生成文档
- *
- * @version $Id: makehtml_archives.php 1 9:10 2010年7月19日Z tianya $
- * @package DedeCMS.Administrator
- * @copyright Copyright (c) 2020, 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_archives.htm');
|