www.gusucode.com > 典当行电子商务网站php模板源码程序1 > 典当行电子商务网站php模板源码程序1/4050/news/project/diandang/index.php

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

//模块名和页面名
PageSet("news","proj_diandang");

//输出
PrintPage();

?>