www.gusucode.com > 2043网博士成品网站管理系统 PHP网站源码程序 > 2043/2043/shop/cart.php

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


//定义模块名和页面名
PageSet("shop","cart");


//输出
PrintPage();


?>