', 0); add_stylesheet('', 0); $body_cnt = sql_fetch("select count(*) as cnt from {$g5['character_body_table']} where bo_table = '{$bo_table}' and wr_id = '{$wr_id}'"); $body_cnt = $body_cnt['cnt']; $check_body = $write['wr_2']; if ($body_cnt > 0) { $check_bodys = sql_fetch("select bd_url from {$g5['character_body_table']} where bo_table = '{$bo_table}' and wr_id = '{$wr_id}' and bd_use = '1'"); $check_body = $check_bodys['bd_url'] ? $check_bodys['bd_url'] : $check_body; } $color_bak = get_style('color_bak'); $color_line_color = $color_bak['cs_value']; $color_bak_off = hex2rgba($color_bak['cs_value'], 30); $color_bak_over = hex2rgba($color_bak['cs_value'], 5); $default_font = get_style('default_font'); $default_font = hex2rgba($default_font['cs_value'], $default_font['cs_etc_1']); ?>

Loading...



0 && $write['wr_2'] != '') { // 전신 리스트 출력 (단, 추가로 등록한 전신이 있을 경우에만) include_once($board_skin_path . "/view_body.skin.php"); } ?>