모바일 비밀글 아이콘 경로 수정

This commit is contained in:
chicpro
2013-11-21 16:59:42 +09:00
parent 2d02784941
commit 46d75abfed
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
$is_secret = false;
if($row['iq_secret']) {
$iq_subject .= ' <img src="'.G5_SHOP_SKIN_URL.'/img/icon_secret.png">';
$iq_subject .= ' <img src="'.G5_MSHOP_SKIN_URL.'/img/icon_secret.png">';
if($is_admin || $member['mb_id' ] == $row['mb_id']) {
$iq_question = get_view_thumbnail($row['iq_question'], $thumbnail_width);

View File

@ -40,7 +40,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$is_secret = false;
if($row['iq_secret']) {
$iq_subject .= ' <img src="'.G5_SHOP_SKIN_URL.'/img/icon_secret.png">';
$iq_subject .= ' <img src="'.G5_MSHOP_SKIN_URL.'/img/icon_secret.png">';
if($is_admin || $member['mb_id' ] == $row['mb_id']) {
$iq_question = get_view_thumbnail($row['iq_question'], $thumbnail_width);