From 87d5e137a8747e218e9b008c96d6a787398ba37c Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 30 May 2013 14:29:25 +0900 Subject: [PATCH] =?UTF-8?q?write.head.skin.php=20write.tail.skin.php=20?= =?UTF-8?q?=EC=9D=98=20include=20=EB=90=98=EB=8A=94=20=EC=9C=84=EC=B9=98?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/write.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bbs/write.php b/bbs/write.php index c5b782425..009d7e79c 100644 --- a/bbs/write.php +++ b/bbs/write.php @@ -16,8 +16,6 @@ if (!$bo_table) { check_device($board['bo_device']); -@include_once ($board_skin_path.'/write.head.skin.php'); - $notice_array = explode(',', trim($board['bo_notice'])); if (!($w == '' || $w == 'u' || $w == 'r')) { @@ -375,6 +373,7 @@ if (!G4_IS_MOBILE && $board['bo_use_dhtml_editor'] && $member['mb_level'] >= $bo $editor_html = editor_html('wr_content', $content, $is_dhtml_editor); include_once(G4_PATH.'/head.sub.php'); +@include_once ($board_skin_path.'/write.head.skin.php'); include_once('./board_head.php'); $action_url = https_url(G4_BBS_DIR)."/write_update.php"; @@ -383,7 +382,6 @@ echo ''; include_once ($board_skin_path.'/write.skin.php'); include_once('./board_tail.php'); -include_once(G4_PATH.'/tail.sub.php'); - @include_once ($board_skin_path.'/write.tail.skin.php'); +include_once(G4_PATH.'/tail.sub.php'); ?> \ No newline at end of file