모바일 쇼핑몰 파일 추가

This commit is contained in:
chicpro
2013-05-08 09:55:21 +09:00
parent 69fe2dc8a1
commit d86d407a0d
11 changed files with 1594 additions and 0 deletions

20
mobile/shop/cart.php Normal file
View File

@ -0,0 +1,20 @@
<?php
include_once('./_common.php');
$g4['title'] = '장바구니';
include_once('./_head.php');
?>
<div id="sod_bsk">
<?php
$s_page = 'cart.php';
$s_uq_id = get_session('ss_uq_id');
include G4_MSHOP_PATH.'/cartsub.inc.php';
?>
</div>
<?php
include_once('./_tail.php');
?>