You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
447 B
24 lines
447 B
<?php
|
|
if(!defined('InEmpireCMS'))
|
|
{
|
|
exit();
|
|
}
|
|
?>
|
|
<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv=Content-Type content=text/html; charset=utf-8>
|
|
<title>我的购物车</title>
|
|
<link href=../../data/images/qcss.css rel=stylesheet type=text/css>
|
|
<script language="javascript">
|
|
window.resizeTo(760,600);
|
|
window.focus();
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<?php
|
|
include('buycar/buycar_form.php');
|
|
?>
|
|
</body>
|
|
</html>
|