diff --git a/bbs/board.php b/bbs/board.php
index da2d10137..015852b0c 100644
--- a/bbs/board.php
+++ b/bbs/board.php
@@ -148,7 +148,7 @@ if ($wr_id)
set_session($ss_name, TRUE);
}
- $g4['title'] = strip_tags(conv_subject($write[wr_subject], 255).' > '.$board[bo_subject].' > '.$group[gr_subject]);
+ $g4['title'] = strip_tags(conv_subject($write[wr_subject], 255));
}
else
{
diff --git a/head.php b/head.php
index c6d95bb2d..82b12274b 100644
--- a/head.php
+++ b/head.php
@@ -9,13 +9,11 @@ include_once($g4['path'].'/lib/connect.lib.php');
include_once($g4['path'].'/lib/popular.lib.php');
//print_r2(get_defined_constants());
-
-if ($config['cf_title'] == $g4['title']) $g4['title'] = '';
?>
-
작업 중입니다. 일부 기능은 정상적으로 동작하지 않을 수 있습니다.
+테스트 사이트입니다. 일부 기능은 정상적으로 동작하지 않을 수 있습니다.
-
+
@@ -41,13 +39,10 @@ if ($config['cf_title'] == $g4['title']) $g4['title'] = '';
-
=$g4['title']?> =$config['cf_title']?>
-
+ =outlogin('neo'); // 외부 로그인 ?>
-=outlogin('neo'); // 외부 로그인 ?>
-=poll('neo'); // 설문조사 ?>
-=visit('neo'); // 방문자수 ?>
-=popular('neo'); // 방문자수 ?>
-=connect(); // 현재 접속자수 ?>
+ if (!$bo_table) {?>
=$g4['title']?>
} ?>
+
+
diff --git a/skin/board/neo/list.skin.php b/skin/board/neo/list.skin.php
index fc8b29772..cedc76ec3 100644
--- a/skin/board/neo/list.skin.php
+++ b/skin/board/neo/list.skin.php
@@ -9,6 +9,8 @@ if ($is_good) $colspan++;
if ($is_nogood) $colspan++;
?>
+
=$g4['title']?>
+
if ($admin_href) { ?>
}?>
diff --git a/skin/board/neo/view.skin.php b/skin/board/neo/view.skin.php
index 04962799e..7e3628803 100644
--- a/skin/board/neo/view.skin.php
+++ b/skin/board/neo/view.skin.php
@@ -2,161 +2,164 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
-
- if ($update_href || $deleter_href) {?>
-
- if ($update_href) { ?>
- - 수정
- } ?>
- if ($delete_href) { ?>
- - 삭제
- } ?>
-
- } ?>
+
if ($is_category) { echo ($category_name ? "[{$view['ca_name']}] " : ""); } ?>=cut_hangul_last(get_text($view['wr_subject']))?>
-
-
-ob_start();
-?>
- if ($copy_href) { ?>
- - 복사
- } ?>
- if ($move_href) { ?>
- - 이동
- } ?>
- if ($search_href) { ?>
- - 검색
- } ?>
- - 목록
- if ($reply_href) { ?>
- - 답변
- } ?>
- if ($write_href) { ?>
- - 글쓰기
- } ?>
-
-$link_buttons = ob_get_contents();
-ob_end_flush();
-?>
-
+
+
+
+ 게시물 정보
+
+ - 작성자
+ - =$view[name]?> if ($is_ip_view) { echo " ($ip)"; } ?>
+ - 작성일
+ - =date("y-m-d H:i", strtotime($view['wr_datetime']))?>
+ - 조회
+ - =number_format($view['wr_hit'])?>회
+ - 댓글
+ - =number_format($view['wr_comment'])?>건
+ if ($is_good) { ?>
+ - 추천
+ - =number_format($view['wr_good'])?>회
+ } ?>
+ if ($is_nogood) { ?>
+ - 비추천
+ - =number_format($view['wr_nogood'])?>
+ } ?>
+
+
+
+
+
+
+ 관련링크
+
+
+ // 링크
+ $cnt = 0;
+ for ($i=1; $i<=$g4['link_count']; $i++) {
+ if ($view['link'][$i]) {
+ $cnt++;
+ $link = cut_str($view['link'][$i], 70);
+ ?>
+ -
+
+ =$link?>
+ =$view['link_hit'][$i]?>
+
+
+
+ }
+ }
+ ?>
+
+
-
-
- if ($is_category) { echo ($category_name ? "[{$view['ca_name']}] " : ""); } ?>=cut_hangul_last(get_text($view['wr_subject']))?>
-
- - 작성자
- - =$view[name]?> if ($is_ip_view) { echo " ($ip)"; } ?>
- - 작성일
- - =date("y-m-d H:i", strtotime($view['wr_datetime']))?>
- - 조회
- - =number_format($view['wr_hit'])?>회
- - 댓글
- - =number_format($view['wr_comment'])?>건
- if ($is_good) { ?>
- - 추천
- - =number_format($view['wr_good'])?>회
- } ?>
- if ($is_nogood) { ?>
- - 비추천
- - =number_format($view['wr_nogood'])?>
- } ?>
-
-
-
-
-
- if ($prev_href) { ?>- 이전
} ?>
- if ($next_href) { ?>- 다음
} ?>
-
+
+// 코멘트 입출력
+include_once('./view_comment.php');
+?>
-
-
+