From a97d9626d6859edabf374667d9d6a65464c98c0c Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 10:18:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20#338=20=EC=97=90?= =?UTF-8?q?=20=EB=94=B0=EB=A5=B8=20bbs/group.php=20pc,=20mobile=20?= =?UTF-8?q?=EA=B5=AC=EB=B6=84=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/group.php | 10 ++++++++++ mobile/group.php | 16 +++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/bbs/group.php b/bbs/group.php index 4ad83b98b..9e1d74987 100644 --- a/bbs/group.php +++ b/bbs/group.php @@ -11,18 +11,28 @@ if (G4_IS_MOBILE) { include_once('./_head.php'); ?> + +
+ 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다. // 사용방법 // latest(스킨, 게시판아이디, 출력라인, 글자수); echo latest('basic', $row['bo_table'], 5, 70); + ?> +
+ diff --git a/mobile/group.php b/mobile/group.php index a0cabaa4c..5eeb7e433 100644 --- a/mobile/group.php +++ b/mobile/group.php @@ -4,7 +4,21 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 include_once(G4_MOBILE_PATH.'/_head.php'); ?> -모바일용 게시판 그룹 + + 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다. + + // 사용방법 + // latest(스킨, 게시판아이디, 출력라인, 글자수); + echo latest('basic', $row['bo_table'], 5, 70); +} +?> +