www.gusucode.com > 典当行电子商务网站php网站源码程序 > code/page/business/house.php

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

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

//输出
PrintPage();

?>