Merge branch 'master' of github.com:gnuboard/yc5
This commit is contained in:
@ -12,28 +12,28 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">',
|
|||||||
<h2>상품 정보</h2>
|
<h2>상품 정보</h2>
|
||||||
<?php echo pg_anchor('inf'); ?>
|
<?php echo pg_anchor('inf'); ?>
|
||||||
|
|
||||||
<h3>상품 기본설명</h3>
|
|
||||||
<?php if ($it['it_basic']) { // 상품 기본설명 ?>
|
<?php if ($it['it_basic']) { // 상품 기본설명 ?>
|
||||||
|
<h3>상품 기본설명</h3>
|
||||||
<div id="sit_inf_basic">
|
<div id="sit_inf_basic">
|
||||||
<?php echo $it['it_basic']; ?>
|
<?php echo $it['it_basic']; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<h3>상품 상세설명</h3>
|
|
||||||
<?php if ($it['it_explan']) { // 상품 상세설명 ?>
|
<?php if ($it['it_explan']) { // 상품 상세설명 ?>
|
||||||
|
<h3>상품 상세설명</h3>
|
||||||
<div id="sit_inf_explan">
|
<div id="sit_inf_explan">
|
||||||
<?php echo conv_content($it['it_explan'], 1); ?>
|
<?php echo conv_content($it['it_explan'], 1); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<h3>상품 정보 고시</h3>
|
|
||||||
<?php
|
<?php
|
||||||
if ($it['it_info_value']) {
|
if ($it['it_info_value']) { // 상품 정보 고시
|
||||||
$info_data = unserialize($it['it_info_value']);
|
$info_data = unserialize($it['it_info_value']);
|
||||||
$gubun = $it['it_info_gubun'];
|
$gubun = $it['it_info_gubun'];
|
||||||
$info_array = $item_info[$gubun]['article'];
|
$info_array = $item_info[$gubun]['article'];
|
||||||
?>
|
?>
|
||||||
<!-- 상품정보고시 -->
|
<h3>상품 정보 고시</h3>
|
||||||
<table id="sit_inf_open">
|
<table id="sit_inf_open">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_4">
|
<col class="grid_4">
|
||||||
|
|||||||
Reference in New Issue
Block a user