gusucode.com > 数码科技公司网站源码程序 > 数码科技公司网站源码程序/comment/index.php

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


//定义模块名和页面名
PageSet("comment","main");


//输出
PrintPage();


?>