쇼핑몰: #136 상품주문 장바구니 표준화 및 스타일 완료
This commit is contained in:
@ -5,14 +5,15 @@ $g4['title'] = '장바구니';
|
||||
include_once('./_head.php');
|
||||
?>
|
||||
|
||||
<img src="<?php echo G4_SHOP_URL; ?>/img/top_cart.gif" border="0"><p>
|
||||
<div id="sod_bsk">
|
||||
|
||||
<?php
|
||||
$s_page = 'cart.php';
|
||||
$s_uq_id = get_session('ss_uq_id');
|
||||
include G4_SHOP_PATH.'/cartsub.inc.php';
|
||||
?>
|
||||
<br><br>
|
||||
<?php
|
||||
$s_page = 'cart.php';
|
||||
$s_uq_id = get_session('ss_uq_id');
|
||||
include G4_SHOP_PATH.'/cartsub.inc.php';
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include_once('./_tail.php');
|
||||
|
||||
Reference in New Issue
Block a user