모바일 쇼핑몰 include 코드 추가

This commit is contained in:
chicpro
2013-05-09 18:21:42 +09:00
parent 6d8c5fc1fc
commit 2de26106a1

View File

@ -1,6 +1,11 @@
<?php
include_once('./_common.php');
if (G4_IS_MOBILE) {
include_once(G4_MSHOP_PATH.'/largeimage.php');
return;
}
$it_id = $_GET['it_id'];
$img = $_GET['img'];