From e72c78cd7fb90bf9e09725eb1e7551b7e1fa88c5 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 8 Aug 2014 09:11:27 +0900 Subject: [PATCH] =?UTF-8?q?colspan=20=EA=B4=80=EB=A0=A8=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/board/basic/list.skin.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mobile/skin/board/basic/list.skin.php b/mobile/skin/board/basic/list.skin.php index 5b72909c1..2bd6a0a53 100644 --- a/mobile/skin/board/basic/list.skin.php +++ b/mobile/skin/board/basic/list.skin.php @@ -2,11 +2,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 // 선택옵션으로 인해 셀합치기가 가변적으로 변함 -$colspan = 5; +$colspan = 2; if ($is_checkbox) $colspan++; -if ($is_good) $colspan++; -if ($is_nogood) $colspan++; // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 add_stylesheet('', 0);