5.4 버전 스킨 내 쇼핑몰 PC상품내용이 출력 안되는 오류 수정
This commit is contained in:
@ -42,7 +42,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_CSS_URL.'/style.css">', 0
|
|||||||
<?php if ($it['it_explan']) { // 상품 상세설명 ?>
|
<?php if ($it['it_explan']) { // 상품 상세설명 ?>
|
||||||
<h3>상품 상세설명</h3>
|
<h3>상품 상세설명</h3>
|
||||||
<div id="sit_inf_explan">
|
<div id="sit_inf_explan">
|
||||||
<?php echo ($it['it_mobile_explan'] ? conv_content($it['it_mobile_explan'], 1) : conv_content($it['it_explan'], 1)); ?>
|
<?php echo conv_content($it['it_explan'], 1); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
|||||||
@ -42,7 +42,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_CSS_URL.'/style.css">', 0
|
|||||||
<?php if ($it['it_explan']) { // 상품 상세설명 ?>
|
<?php if ($it['it_explan']) { // 상품 상세설명 ?>
|
||||||
<h3>상품 상세설명</h3>
|
<h3>상품 상세설명</h3>
|
||||||
<div id="sit_inf_explan">
|
<div id="sit_inf_explan">
|
||||||
<?php echo ($it['it_mobile_explan'] ? conv_content($it['it_mobile_explan'], 1) : conv_content($it['it_explan'], 1)); ?>
|
<?php echo conv_content($it['it_explan'], 1); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user