diff --git a/adm/admin.head.php b/adm/admin.head.php index ca3674b0f..f19e6631d 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -69,9 +69,6 @@ function textarea_size(fld, size) } - - -
본문 바로가기
diff --git a/adm/auth_list.php b/adm/auth_list.php index 30150b3f1..2cf7c350a 100644 --- a/adm/auth_list.php +++ b/adm/auth_list.php @@ -55,7 +55,6 @@ include_once('./admin.head.php'); $colspan = 5; ?> - -
diff --git a/adm/member_list.php b/adm/member_list.php index 306fb6c4e..4f1ad3f34 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -69,8 +69,6 @@ $result = sql_query($sql); $colspan = 15; ?> - -
회원검색 diff --git a/adm/point_list.php b/adm/point_list.php index 0c6fcb63d..094aed2db 100644 --- a/adm/point_list.php +++ b/adm/point_list.php @@ -61,7 +61,6 @@ include_once ('./admin.head.php'); $colspan = 8; ?> - '; - // 게시물 아이디가 있다면 게시물 보기를 INCLUDE if (isset($wr_id) && $wr_id) { include_once('./view.php'); diff --git a/bbs/current_connect.php b/bbs/current_connect.php index b4ae414d9..a14b0029a 100644 --- a/bbs/current_connect.php +++ b/bbs/current_connect.php @@ -26,8 +26,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { $list[$i]['num'] = sprintf('%03d',$i+1); } -echo ''; - include_once($connect_skin_path.'/current_connect.skin.php'); include_once('./_tail.php'); diff --git a/bbs/memo.php b/bbs/memo.php index 2003e5129..ad26d6e3e 100644 --- a/bbs/memo.php +++ b/bbs/memo.php @@ -74,8 +74,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++) $list[$i]['del_href'] = './memo_delete.php?me_id='.$row['me_id'].'&kind='.$kind; } -echo ''; - include_once($member_skin_path.'/memo.skin.php'); include_once(G4_PATH.'/tail.sub.php'); diff --git a/bbs/memo_view.php b/bbs/memo_view.php index 9dc9da294..0c051a0a2 100644 --- a/bbs/memo_view.php +++ b/bbs/memo_view.php @@ -63,8 +63,6 @@ else $mb = get_member($memo['me_'.$unkind.'_mb_id']); -echo ''; - $member_skin_path = G4_PATH.'/skin/member/'.$config['cf_member_skin']; include_once($member_skin_path.'/memo_view.skin.php'); diff --git a/bbs/new.php b/bbs/new.php index 7efbff6f5..569446b2d 100644 --- a/bbs/new.php +++ b/bbs/new.php @@ -105,8 +105,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { $write_pages = get_paging($config['cf_write_pages'], $page, $total_page, "?gr_id=$gr_id&view=$view&mb_id=$mb_id&page="); -echo ''.PHP_EOL; - include_once($new_skin_path.'/new.skin.php'); include_once('./_tail.php'); diff --git a/bbs/poll_result.php b/bbs/poll_result.php index 23468f977..57b7e3a46 100644 --- a/bbs/poll_result.php +++ b/bbs/poll_result.php @@ -86,8 +86,6 @@ for ($i=0; $row2=sql_fetch_array($result); $i++) { include_once(G4_PATH.'/head.sub.php'); -echo ''; - if (!file_exists($poll_skin_path.'/poll_result.skin.php')) die('skin error'); include_once ($poll_skin_path.'/poll_result.skin.php'); diff --git a/bbs/profile.php b/bbs/profile.php index c1aa1e8bd..32dfddaea 100644 --- a/bbs/profile.php +++ b/bbs/profile.php @@ -27,8 +27,6 @@ $mb_reg_after = $row['days']; $mb_homepage = set_http($mb['mb_homepage']); $mb_profile = $mb['mb_profile'] ? conv_content($mb['mb_profile'],0) : '소개 내용이 없습니다.'; -echo ''; - include_once($member_skin_path.'/profile.skin.php'); include_once(G4_PATH.'/tail.sub.php'); diff --git a/bbs/search.php b/bbs/search.php index 8ff0e2c5b..eaab6104e 100644 --- a/bbs/search.php +++ b/bbs/search.php @@ -211,8 +211,6 @@ if ($stx) { } $write_pages = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$search_query.'&gr_id='.$gr_id.'&srows='.$srows.'&onetable='.$onetable.'&page='); - - echo ''; } $group_select = ' @@ -551,7 +549,7 @@ function fregisterform_submit(f) ?> // 보안인증관련 코드로 반드시 포함되어야 합니다. - set_cookie("", "", 1, ""); + //set_cookie("", "", 1, ""); return true; }