diff --git a/bbs/board_head.php b/bbs/board_head.php index 2eea9533e..8ff4fcdea 100644 --- a/bbs/board_head.php +++ b/bbs/board_head.php @@ -1,18 +1,6 @@ '; -} -*/ - // 게시판 관리의 상단 내용 if (G4_IS_MOBILE) { // 모바일의 경우 설정을 따르지 않는다. diff --git a/bbs/board_tail.php b/bbs/board_tail.php index 525e34fa0..56985cd8a 100644 --- a/bbs/board_tail.php +++ b/bbs/board_tail.php @@ -1,18 +1,6 @@ '; -} -*/ - // 게시판 관리의 하단 파일 경로 if (G4_IS_MOBILE) { echo stripslashes($board['bo_mobile_content_tail']);