www.gusucode.com > 通讯设备公司网站程序源码 > 通讯设备公司网站程序源码/photo/project/temp.php

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

//模块名和页面名
PageSet("photo","TEMP");

//输出
PrintPage();

?>