모바일 쇼핑몰 파일 추가
This commit is contained in:
20
mobile/shop/cart.php
Normal file
20
mobile/shop/cart.php
Normal 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');
|
||||
?>
|
||||
Reference in New Issue
Block a user