From ddb9cca242e6fb2109d9873399227a4a93945846 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 7 Mar 2013 09:17:17 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=A0=91?= =?UTF-8?q?=EC=86=8D=EC=8B=9C=20=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=9A=A9?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=A0=84=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/group.php | 9 +++++++-- mobile/group.php | 11 +++++++++++ mobile/index.php | 2 ++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 mobile/group.php diff --git a/bbs/group.php b/bbs/group.php index 716b27508..4ad83b98b 100644 --- a/bbs/group.php +++ b/bbs/group.php @@ -1,8 +1,13 @@ @@ -17,7 +22,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { // 사용방법 // latest(스킨, 게시판아이디, 출력라인, 글자수); - echo latest('basic', $row[bo_table], 5, 70); + echo latest('basic', $row['bo_table'], 5, 70); } ?> diff --git a/mobile/group.php b/mobile/group.php new file mode 100644 index 000000000..a0cabaa4c --- /dev/null +++ b/mobile/group.php @@ -0,0 +1,11 @@ + + +모바일용 게시판 그룹 + + diff --git a/mobile/index.php b/mobile/index.php index 4ff043e78..ad42f959d 100644 --- a/mobile/index.php +++ b/mobile/index.php @@ -1,4 +1,6 @@