diff --git a/mobile/skin/shop/basic/img/icon_secret.gif b/mobile/skin/shop/basic/img/icon_secret.gif new file mode 100644 index 000000000..c04899f14 Binary files /dev/null and b/mobile/skin/shop/basic/img/icon_secret.gif differ diff --git a/mobile/skin/shop/basic/itemqa.skin.php b/mobile/skin/shop/basic/itemqa.skin.php index 9417f9723..a96f6b684 100644 --- a/mobile/skin/shop/basic/itemqa.skin.php +++ b/mobile/skin/shop/basic/itemqa.skin.php @@ -20,7 +20,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 $is_secret = false; if($row['iq_secret']) { - $iq_subject .= ' '; + $iq_subject .= ' 비밀글'; if($is_admin || $member['mb_id' ] == $row['mb_id']) { $iq_question = get_view_thumbnail($row['iq_question'], $thumbnail_width); diff --git a/mobile/skin/shop/basic/itemqalist.skin.php b/mobile/skin/shop/basic/itemqalist.skin.php index 34904c8e3..b399bcaef 100644 --- a/mobile/skin/shop/basic/itemqalist.skin.php +++ b/mobile/skin/shop/basic/itemqalist.skin.php @@ -40,7 +40,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 $is_secret = false; if($row['iq_secret']) { - $iq_subject .= ' '; + $iq_subject .= ' 비밀글'; if($is_admin || $member['mb_id' ] == $row['mb_id']) { $iq_question = get_view_thumbnail($row['iq_question'], $thumbnail_width); diff --git a/skin/shop/basic/img/icon_secret.gif b/skin/shop/basic/img/icon_secret.gif new file mode 100644 index 000000000..c04899f14 Binary files /dev/null and b/skin/shop/basic/img/icon_secret.gif differ diff --git a/skin/shop/basic/itemqa.skin.php b/skin/shop/basic/itemqa.skin.php index ad2516112..0dc21547d 100644 --- a/skin/shop/basic/itemqa.skin.php +++ b/skin/shop/basic/itemqa.skin.php @@ -20,7 +20,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 $is_secret = false; if($row['iq_secret']) { - $iq_subject .= ' '; + $iq_subject .= ' 비밀글'; if($is_admin || $member['mb_id' ] == $row['mb_id']) { $iq_question = get_view_thumbnail($row['iq_question'], $thumbnail_width); diff --git a/skin/shop/basic/itemqalist.skin.php b/skin/shop/basic/itemqalist.skin.php index 377a9e2ad..7ed806c75 100644 --- a/skin/shop/basic/itemqalist.skin.php +++ b/skin/shop/basic/itemqalist.skin.php @@ -41,7 +41,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 $is_secret = false; if($row['iq_secret']) { - $iq_subject .= ' '; + $iq_subject .= ' 비밀글'; if($is_admin || $member['mb_id' ] == $row['mb_id']) { $iq_question = get_view_thumbnail($row['iq_question'], $thumbnail_width);