네이버 지식 쇼핑상품 EP 코드 수정

This commit is contained in:
thisgun
2021-05-03 11:22:21 +09:00
parent 3717e9250d
commit 8928922648
2 changed files with 16 additions and 3 deletions

View File

@ -54,7 +54,7 @@ for($k=0; $cp=sql_fetch_array($res); $k++) {
<li>
<a href="<?php echo G5_BBS_URL ?>/scrap.php" target="_blank" class="win_scrap">
<i class="fa fa-thumb-tack" aria-hidden="true"></i>스크랩
<strong class="scrap">0</strong>
<strong class="scrap"><?php echo number_format($member['mb_scrap_cnt']); ?></strong>
</a>
</li>
</ul>