모바일 쇼핑몰 경로 수정

This commit is contained in:
chicpro
2013-05-08 14:21:41 +09:00
parent f37937fb3b
commit eea67e1c2d
10 changed files with 57 additions and 358 deletions

View File

@ -2,7 +2,7 @@
include_once('./_common.php');
$g4['title'] = '장바구니';
include_once('./_head.php');
include_once(G4_MSHOP_PATH.'/_head.php');
?>
<div id="sod_bsk">
@ -16,5 +16,5 @@ include_once('./_head.php');
</div>
<?php
include_once('./_tail.php');
include_once(G4_MSHOP_PATH.'/_tail.php');
?>