오엠디한의원에 오신것을 환영합니다.


= $min_spt) $prev_spt = $spt - $config[cf_search_part]; if (isset($min_spt) && $prev_spt >= $min_spt) $prev_part_href = "./board.php?bo_table=$bo_table".$qstr."&spt=$prev_spt&page=1"; $next_spt = $spt + $config[cf_search_part]; if ($next_spt < 0) $next_part_href = "./board.php?bo_table=$bo_table".$qstr."&spt=$next_spt&page=1"; } $write_href = ""; if ($member[mb_level] >= $board[bo_write_level]) $write_href = "./write.php?bo_table=$bo_table"; $nobr_begin = $nobr_end = ""; if (preg_match("/gecko|firefox/i", $_SERVER['HTTP_USER_AGENT'])) { $nobr_begin = ""; $nobr_end = ""; } // RSS 보기 사용에 체크가 되어 있어야 RSS 보기 가능 061106 $rss_href = ""; if ($board[bo_use_rss_view]) $rss_href = "./rss.php?bo_table=$bo_table"; $stx = get_text(stripslashes($stx)); include_once("$board_skin_path/list.skin.php"); ?>