From ec38e8cd90981d71e6ef5ee3bfd3e823c9a147d1 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 25 Jan 2013 18:47:53 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=B5=9C?= =?UTF-8?q?=EC=8B=A0=EA=B8=80=EC=8A=A4=ED=82=A8=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=EC=BD=98=20=EC=9E=91=EC=97=85=20=EC=A0=84=EA=B9=8C=EC=A7=80=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=95=88=20=EB=82=98=EC=98=A4?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=A3=BC=EC=84=9D=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/latest/neo/latest.skin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skin/latest/neo/latest.skin.php b/skin/latest/neo/latest.skin.php index b99af123b..8003975ed 100644 --- a/skin/latest/neo/latest.skin.php +++ b/skin/latest/neo/latest.skin.php @@ -23,11 +23,13 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; } // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; } + /* 아이콘 작업 전까지 주석처리 if (isset($list[$i]['icon_new'])) echo " " . $list[$i]['icon_new']; if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot']; if (isset($list[$i]['icon_file'])) echo " " . $list[$i]['icon_file']; if (isset($list[$i]['icon_link'])) echo " " . $list[$i]['icon_link']; if (isset($list[$i]['icon_secret'])) echo " " . $list[$i]['icon_secret']; + */ ?>