www.gusucode.com > 通讯器材公司网站源码程序 > 通讯器材公司网站源码程序/news/project/anli/index.php

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

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

//输出
PrintPage();

?>