From 8446ebb2cd2322bfa394720b5ff1aeca9be358d5 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 22 Nov 2013 16:05:19 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20#335=20=EC=83=81=ED=92=88?= =?UTF-8?q?=EB=AC=B8=EC=9D=98=20=EB=B9=84=EB=B0=80=EA=B8=80=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/shop/basic/img/icon_secret.gif | Bin 0 -> 97 bytes mobile/skin/shop/basic/itemqa.skin.php | 2 +- mobile/skin/shop/basic/itemqalist.skin.php | 2 +- skin/shop/basic/img/icon_secret.gif | Bin 0 -> 97 bytes skin/shop/basic/itemqa.skin.php | 2 +- skin/shop/basic/itemqalist.skin.php | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 mobile/skin/shop/basic/img/icon_secret.gif create mode 100644 skin/shop/basic/img/icon_secret.gif 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 0000000000000000000000000000000000000000..c04899f14fa727b64223f6c5457877c6c939639d GIT binary patch literal 97 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..c04899f14fa727b64223f6c5457877c6c939639d GIT binary patch literal 97 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 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);