오타 및 모바일 상품 후기에 타이틀이 잘못 나오는 오류 수정

This commit is contained in:
thisgun
2020-07-29 11:25:24 +09:00
parent 1d7136391d
commit a9e281b043
3 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ if($w == '') {
$cp = sql_fetch($sql);
if(!$cp['cz_id'])
alert('쿠폰정보가 존하지 않습니다.', './couponzonelist.php');
alert('쿠폰정보가 존하지 않습니다.', './couponzonelist.php');
if ($_POST['cp_img_del'] && $cp['cz_file']) {
@unlink(G5_DATA_PATH."/coupon/{$cp['cz_file']}");

View File

@ -81,7 +81,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">',
<div class="review_summ">
<?php echo get_itemuselist_thumbnail($row['it_id'], $row['is_content'], 50, 50); ?>
<p>
<span>상품명입니다.</span>
<span><?php echo get_text($row['is_subject']); ?></span>
<span class="sound_only">평가점수</span><img src="<?php echo G5_URL; ?>/shop/img/s_star<?php echo $star; ?>.png" alt="별<?php echo $star; ?>개" width="80">
</p>
</div>

View File

@ -81,7 +81,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">',
<div class="review_summ">
<?php echo get_itemuselist_thumbnail($row['it_id'], $row['is_content'], 50, 50); ?>
<p>
<span>상품명입니다.</span>
<span><?php echo get_text($row['is_subject']); ?></span>
<span class="sound_only">평가점수</span><img src="<?php echo G5_URL; ?>/shop/img/s_star<?php echo $star; ?>.png" alt="별<?php echo $star; ?>개" width="80">
</p>
</div>