www.gusucode.com > 3006网博士成品网站管理系统 PHP网站源码程序 > 3006/3006/news/project/tech/index.php

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

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

//输出
PrintPage();

?>