1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php include_once("./_common.php"); include_once($j3_path."/header.sub.php");
$_SESSION['intro_pos'] = "Y";
skin_module_show("intro",$sample_idx); // 상품 상세 스킨을 불러온다. ?> <?php if($config['popup_position']=='1' || $config['popup_position']=='2'){ include_once($j3_shopm_path."/popup.inc.php"); // 팝업 인클루드 } include_once($j3_shopm_path."/shop_footer.php"); ?>
|