잘못된 상품설명 코드 수정

This commit is contained in:
thisgun
2018-10-01 14:11:04 +09:00
parent d2b7c341d6
commit e4aa5eb0f8
2 changed files with 2 additions and 2 deletions

View File

@ -351,7 +351,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_CSS_URL.'/style.css">', 0
<li id="sit_inf">
<h2 class="contents_tit"><span>상품 정보</span></h2>
<?php if ($it['it_explan']) { // 상품 상세설명 ?>
<?php if ($it['it_explan'] || $it['it_mobile_explan']) { // 상품 상세설명 ?>
<h3>상품 상세설명</h3>
<div id="sit_inf_explan">
<?php echo ($it['it_mobile_explan'] ? conv_content($it['it_mobile_explan'], 1) : conv_content($it['it_explan'], 1)); ?>

View File

@ -351,7 +351,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_CSS_URL.'/style.css">', 0
<li id="sit_inf">
<h2 class="contents_tit"><span>상품 정보</span></h2>
<?php if ($it['it_explan']) { // 상품 상세설명 ?>
<?php if ($it['it_explan'] || $it['it_mobile_explan']) { // 상품 상세설명 ?>
<h3>상품 상세설명</h3>
<div id="sit_inf_explan">
<?php echo ($it['it_mobile_explan'] ? conv_content($it['it_mobile_explan'], 1) : conv_content($it['it_explan'], 1)); ?>