include_once('./_common.php'); include_once(G4_LIB_PATH.'/iteminfo.lib.php'); include_once(G4_PATH.'/head.sub.php'); $it_id = trim($_GET['it_id']); if ($_GET['gubun']) { $gubun = $_GET['gubun']; } else { $sql = " select ii_gubun from {$g4['shop_item_info_table']} where it_id = '$it_id' group by ii_gubun "; $row = sql_fetch($sql); $gubun = $row['ii_gubun'] ? $row['ii_gubun'] : "wear"; } $null_text = "상품페이지 참고"; ?>
include_once(G4_PATH.'/tail.sub.php'); ?>