www.gusucode.com > 仪器设备公司网站php网站源码模板 > code/page/html/cert.php

    <?php
define("ROOTPATH", "../../");
include(ROOTPATH."includes/common.inc.php");
include("../language/".$sLan.".php");

//定义模块名和页面名
PageSet("page","html_cert");

//输出
PrintPage();

?>