"; } // 상단 HTML echo stripslashes($ca[ca_head_html]); if ($is_admin) echo "

"; include G4_SHOP_PATH.'/listcategory2.inc.php'; ?>
"; // 리스트 유형별로 출력 $list_file = G4_SHOP_PATH.'/'.$ca[ca_skin]; if (file_exists($list_file)) { //display_type(2, "maintype10.inc.php", 4, 2, 100, 100, $ca[ca_id]); $list_mod = $ca[ca_list_mod]; $list_row = $ca[ca_list_row]; $img_width = $ca[ca_img_width]; $img_height = $ca[ca_img_height]; include G4_SHOP_PATH.'/list.sub.php'; include G4_SHOP_PATH.'/list.sort.php'; $sql = $sql_list1 . $sql_common . $sql_list2 . " limit $from_record, $items "; $result = sql_query($sql); include $list_file; } else { $i = 0; $error = "

$ca[ca_skin] 파일을 찾을 수 없습니다.

관리자에게 알려주시면 감사하겠습니다."; } if ($i==0) { echo "
"; echo "

$error
"; } ?>


"; if ($ca[ca_include_tail]) @include_once($ca[ca_include_tail]); else include_once("./_tail.php"); echo "\n\n"; ?>