#173 에 따른 카테고리 팝업페이지 추가

This commit is contained in:
chicpro
2013-05-09 15:16:02 +09:00
parent e758ddfc01
commit 7b51dbdb30
3 changed files with 72 additions and 0 deletions

View File

@ -1,6 +1,11 @@
<?php
include_once('./_common.php');
if (G4_IS_MOBILE) {
include_once(G4_MSHOP_PATH.'/cart.php');
return;
}
$g4['title'] = '장바구니';
include_once('./_head.php');
?>