www.gusucode.com > 仪器设备公司网站php网站源码模板 > code/product/class/index.php

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

//定义模块名和页面名
PageSet("product","query");

//输出
PrintPage();

?>