www.gusucode.com > 软件企业网站(英文)网站源码程序 > 软件企业网站(英文)网站源码程序/code/news/htmlsrv/index.php

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


//定义模块名和页面名
PageSet("news","detailsrv");


//输出
PrintPage();

?>